From e4eda39e01063c506cd1ad43be1294f360c7bdb9 Mon Sep 17 00:00:00 2001 From: rajarshimaitra Date: Fri, 25 Mar 2022 19:46:22 +0530 Subject: [PATCH] Add `maybe_descriptor_wallet_name()` is repl mode --- src/bdk_cli.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bdk_cli.rs b/src/bdk_cli.rs index 07f08e1..736f9ae 100644 --- a/src/bdk_cli.rs +++ b/src/bdk_cli.rs @@ -328,6 +328,7 @@ fn handle_command(cli_opts: CliOpts, network: Network) -> Result } #[cfg(feature = "repl")] CliSubCommand::Repl { wallet_opts } => { + let wallet_opts = maybe_descriptor_wallet_name(wallet_opts, network)?; let database = open_database(&wallet_opts)?; #[cfg(any( -- 2.49.0