]> Untitled Git - bdk-cli/commitdiff
Remove maybe_async from handle offline command
authorLLFourn <lloyd.fourn@gmail.com>
Wed, 17 Feb 2021 03:30:15 +0000 (14:30 +1100)
committerLLFourn <lloyd.fourn@gmail.com>
Fri, 26 Feb 2021 01:30:03 +0000 (12:30 +1100)
src/lib.rs

index 2f7612656883896ec590baf35a3e1345ad34282d..2ef51096c82349bde324e268573cd22380ec8e83 100644 (file)
@@ -582,7 +582,6 @@ fn parse_outpoint(s: &str) -> Result<OutPoint, String> {
 /// Execute an offline wallet sub-command
 ///
 /// Offline wallet sub-commands are described in [`OfflineWalletSubCommand`].
-#[maybe_async]
 pub fn handle_offline_wallet_subcommand<T, D>(
     wallet: &Wallet<T, D>,
     offline_subcommand: OfflineWalletSubCommand,