Closed elefantel closed 2 months ago
This PR fixes the sendTransaction convenience method. Previously it used amount instead of value for the value field which was incorrect.
sendTransaction
amount
value
This PR fixes the
sendTransaction
convenience method. Previously it usedamount
instead ofvalue
for the value field which was incorrect.