Closed Neverwin1337 closed 8 months ago
when i try to send 1.5 2.5trx it return Contract validate error : No contract!
do this to the amount: amount_to_send = int(amount*pow(10,6)) Be sure to let enough trx to fees (if needed)
amount_to_send = int(amount*pow(10,6))
If it's possible, best is to pass strings/Decimals always
when i try to send 1.5 2.5trx it return Contract validate error : No contract!