When I try to reduce the size of a bet via cancelOrder, it seems that the minimum allowed value for sizeReduction is 2.
When trying to reduce the size of a bet by less than 2, e.g. from 10 to 9 (i.e. sizeReduction=1), it fails with an INVALID_BET_SIZE error. Reducing from 10 to 8 (sizeReduction=2) works.
Is this a bug or the new supposed behaviour? I suppose it should be a bug because I can reduce the bet size by any amount via the web site and the old API as long as the reduced size remains above the minimum stake of 2.
When trying to reduce the size of a bet by less than 2, e.g. from 10 to 9 (i.e. sizeReduction=1), it fails with an INVALID_BET_SIZE error. Reducing from 10 to 8 (sizeReduction=2) works.
Is this a bug or the new supposed behaviour? I suppose it should be a bug because I can reduce the bet size by any amount via the web site and the old API as long as the reduced size remains above the minimum stake of 2.

