0
I'm trying to send some transaction with sendtoaddress method.
That is not Bitcoin it self but it's fork. You can see it here https://github.com/PACCommunity/PAC
my command looks like this
paccoin-cli sendtoaddress someaddress 25
I get this response from cli
error code: -4
error message:
Transaction amount too small
Is there any method that I can call to see if the amount is too small or not? This looks something like this
paccoin-cli isamounttoosmalltosend someaddress 25
and it should give me true/false value
Is there anything like that?