From: LLFourn Date: Wed, 17 Feb 2021 03:30:15 +0000 (+1100) Subject: Remove maybe_async from handle offline command X-Git-Tag: v0.2.0~5 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.WitnessProgram.html?a=commitdiff_plain;h=d47e38dbeff8429e11fce52fbc30b9f36ff0f319;p=bdk-cli Remove maybe_async from handle offline command --- diff --git a/src/lib.rs b/src/lib.rs index 2f76126..2ef5109 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -582,7 +582,6 @@ fn parse_outpoint(s: &str) -> Result { /// Execute an offline wallet sub-command /// /// Offline wallet sub-commands are described in [`OfflineWalletSubCommand`]. -#[maybe_async] pub fn handle_offline_wallet_subcommand( wallet: &Wallet, offline_subcommand: OfflineWalletSubCommand,