Hey, sizes should be rounded to the szDecimals of that asset. For example, if szDecimals = 3 then 1.001 is a valid size but 1.0001 is not. The size passed in was 1.066666 SOL which has too many decimal places. Try set the size as 1.06 and it should work
Hey, sizes should be rounded to the szDecimals of that asset. For example, if szDecimals = 3 then 1.001 is a valid size but 1.0001 is not. The size passed in was 1.066666 SOL which has too many decimal places. Try set the size as 1.06 and it should work