Move random test util code from setup_common to random

as many of the unit tests don't use this code
This commit is contained in:
Jon Atack
2023-01-22 09:57:19 -08:00
parent 52ddbd52f9
commit 81f5ade2a3
35 changed files with 73 additions and 6 deletions

View File

@@ -9,6 +9,7 @@
#include <hash.h> // For Hash()
#include <key.h> // For CKey
#include <sync.h>
#include <test/util/random.h>
#include <test/util/setup_common.h>
#include <uint256.h>
#include <util/getuniquepath.h>