wallet, tests: Include wallet/test/util.h

This will be needed for the following scripted-diff to work.
This commit is contained in:
Andrew Chow
2022-12-12 16:43:49 -05:00
parent 14aa4cb1e4
commit 075962bc25
7 changed files with 7 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
#include <optional>
using wallet::CWallet;
using wallet::CreateMockableWalletDatabase;
using wallet::DatabaseFormat;
using wallet::DatabaseOptions;
using wallet::TxStateInactive;