We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b5141 commit cb88756Copy full SHA for cb88756
1 file changed
src/utils/common.rs
@@ -224,11 +224,12 @@ pub fn command_requires_db(command: &OfflineWalletSubCommand) -> bool {
224
OfflineWalletSubCommand::Balance(_)
225
| OfflineWalletSubCommand::Unspent(_)
226
| OfflineWalletSubCommand::Transactions(_)
227
- | OfflineWalletSubCommand::BumpFee(_) => true,
228
-
229
- OfflineWalletSubCommand::NewAddress(_)
+ | OfflineWalletSubCommand::BumpFee(_)
+ | OfflineWalletSubCommand::NewAddress(_)
230
| OfflineWalletSubCommand::UnusedAddress(_)
231
- | OfflineWalletSubCommand::CreateTx(_)
+ | OfflineWalletSubCommand::CreateTx(_) => true,
+
232
233
| OfflineWalletSubCommand::Policies(_)
234
| OfflineWalletSubCommand::PublicDescriptor(_)
235
| OfflineWalletSubCommand::Sign(_)
0 commit comments