[test] move mining helper functions into test library

This commit is contained in:
Martin Zumsande
2019-11-25 02:44:40 +01:00
parent 2cb4e8bdc7
commit f613e5dfda
7 changed files with 79 additions and 59 deletions

View File

@@ -7,6 +7,7 @@
#include <node/context.h>
#include <optional.h>
#include <test/util.h>
#include <test/util/mining.h>
#include <validationinterface.h>
#include <wallet/wallet.h>