diff options
| author | Martin Zumsande <[email protected]> | 2019-11-25 13:57:47 +0100 |
|---|---|---|
| committer | Martin Zumsande <[email protected]> | 2019-11-25 16:40:09 +0100 |
| commit | 78e283e656bf1643944ffdb76185f3468eb25895 (patch) | |
| tree | a80dd0ba15cf71e5d92709cf30d96d35cc403365 /src/bench/wallet_balance.cpp | |
| parent | [test] move mining helper functions into test library (diff) | |
| download | discoin-78e283e656bf1643944ffdb76185f3468eb25895.tar.xz discoin-78e283e656bf1643944ffdb76185f3468eb25895.zip | |
[test] move wallet helper functions into test library
Diffstat (limited to 'src/bench/wallet_balance.cpp')
| -rw-r--r-- | src/bench/wallet_balance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bench/wallet_balance.cpp b/src/bench/wallet_balance.cpp index bd79ddfdd..f39dcc0b7 100644 --- a/src/bench/wallet_balance.cpp +++ b/src/bench/wallet_balance.cpp @@ -6,8 +6,8 @@ #include <interfaces/chain.h> #include <node/context.h> #include <optional.h> -#include <test/util.h> #include <test/util/mining.h> +#include <test/util/wallet.h> #include <validationinterface.h> #include <wallet/wallet.h> |