bitcoindevkit / bdk-cli

A CLI wallet library and REPL tool to demo and test the BDK library
Other
111 stars 65 forks source link

Wallet Verbosity for PSBT details #33

Closed sandipndev closed 3 years ago

sandipndev commented 3 years ago

Added "wallet" flag -v or --verbose for the following offline wallet subcommands: "create_tx", "sign" and "finalize_psbt".

Passed walletOpts down to handle_offline_sub_commands so that the subcommands can access and know if the verbose flag was set in wallet level.

This PR addresses the issue brought up in #32.