sendTransaction
method is incorrectly verifying transaction amount if sending to the same address
#2016
Labels
bug
Something isn't working
Describe the bug
In case user will build spend transaction where the recipient is the sender, that would have amount larger than sender's balance.
sendTransaction
method would allow to send it, sincegetExecutionCost
method will return onlyfee
as required amount to execute.The text was updated successfully, but these errors were encountered: