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

jsonrpc version 0.16.0 support (sendmany) #1356

Open
vpashka opened this issue Dec 3, 2018 · 0 comments
Open

jsonrpc version 0.16.0 support (sendmany) #1356

vpashka opened this issue Dec 3, 2018 · 0 comments

Comments

@vpashka
Copy link

vpashka commented Dec 3, 2018

Hello.

According to the specification https://bitcoincore.org/en/doc/0.16.0/rpc/wallet/sendmany/
The "sendmany" function has 8 parameters. And in your rpcclient.Client implementation, there are only 4 parameters:

SendManyComment (fromAccount string,
amounts map [btcutil.Address] btcutil.Amount, minConfirms int,
comment string)

Do you plan to refine, to be able to use all the parameters? In particular, it is of interest to specify "subtractfeefrom".

Thank you.

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

No branches or pull requests

1 participant