You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But instead it crafts a transaction and makes sendrawtransaction, which actually is good, we should have this functionality too, but it certainly shouldn't be called SendToAddress as external users would expect it to be a wrapper of true sendtoaddress call.
The text was updated successfully, but these errors were encountered:
It should invoke this:
https://docs.neo.org/docs/en-us/reference/rpc/latest-version/api/sendtoaddress.html
But instead it crafts a transaction and makes
sendrawtransaction
, which actually is good, we should have this functionality too, but it certainly shouldn't be calledSendToAddress
as external users would expect it to be a wrapper of truesendtoaddress
call.The text was updated successfully, but these errors were encountered: