Closed sandipndev closed 3 years ago
Added "wallet" flag -v or --verbose for the following offline wallet subcommands: "create_tx", "sign" and "finalize_psbt".
-v
--verbose
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.
walletOpts
handle_offline_sub_commands
This PR addresses the issue brought up in #32.
Added "wallet" flag
-v
or--verbose
for the following offline wallet subcommands: "create_tx", "sign" and "finalize_psbt".Passed
walletOpts
down tohandle_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.