cyphernode
cyphernode copied to clipboard
Add "conf_target" argument to "spend" wallet operation
Bitcoin Core allows you to pass the argument conf_target (numeric, optional, default=fallback to wallet's default) when using sendtoaddress
We should add this to the spend function of the API. If not specified, it will do as it is doing now and fallback on the wallet configs.
https://github.com/SatoshiPortal/cyphernode/pull/159