Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client's SendToAddress RPC method is not really sendtoaddress #686

Closed
roman-khimov opened this issue Feb 20, 2020 · 0 comments · Fixed by #698
Closed

Client's SendToAddress RPC method is not really sendtoaddress #686

roman-khimov opened this issue Feb 20, 2020 · 0 comments · Fixed by #698
Assignees
Labels
rpc RPC server and client
Milestone

Comments

@roman-khimov
Copy link
Member

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 called SendToAddress as external users would expect it to be a wrapper of true sendtoaddress call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rpc RPC server and client
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants