refactor: remove unused using directives

This commit is contained in:
fanquake
2022-06-24 15:18:42 +01:00
parent 3617634324
commit d6787bc19b
9 changed files with 2 additions and 18 deletions

View File

@@ -19,8 +19,6 @@
using wallet::CWallet;
using wallet::DatabaseFormat;
using wallet::DatabaseOptions;
using wallet::ISMINE_SPENDABLE;
using wallet::MakeWalletDatabase;
using wallet::TxStateInactive;
using wallet::WALLET_FLAG_DESCRIPTORS;
using wallet::WalletContext;