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
Bitcoin Core changed their version, but the rpcclient still only accepts the args of the initial version. You can either craft a raw RPC request to pass in that new JSON, or make a PR to extend the rpcclient.
Assuming this issue refers to getnewaddress, this would be resolved by #1776 plus btcsuite/btcwallet#783
Although there the "label" argument is still "account" in btcsuite's RPC, so I'm not sure how that will interact with Bitcoin Core.
in bitcoin core rpc api the method getnewaccount have a 2 params [label] [address_type] but in btcd/rpcclient have 1 param [account] this is corrent ?
The text was updated successfully, but these errors were encountered: