SatoshiPortal / cyphernode

Modular Bitcoin full-node microservices API server architecture and utilities toolkit to build scalable, secure and featureful apps and services without trusted third parties
MIT License
363 stars 68 forks source link

Add "conf_target" argument to "spend" wallet operation #140

Open FrancisPouliot opened 4 years ago

FrancisPouliot commented 4 years ago

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.

FrancisPouliot commented 4 years ago

https://github.com/SatoshiPortal/cyphernode/pull/159