[test] move wallet helper functions into test library

This commit is contained in:
Martin Zumsande
2019-11-25 13:57:47 +01:00
parent f613e5dfda
commit 78e283e656
6 changed files with 11 additions and 10 deletions

View File

@@ -5,8 +5,8 @@
#include <bench/bench.h>
#include <consensus/validation.h>
#include <crypto/sha256.h>
#include <test/util.h>
#include <test/util/mining.h>
#include <test/util/wallet.h>
#include <txmempool.h>
#include <validation.h>

View File

@@ -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>