We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Do you plan to refine, to be able to use all the parameters? In particular, it is of interest to specify "subtractfeefrom".
Thank you.
The text was updated successfully, but these errors were encountered: