We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e801084 commit 30c2d9dCopy full SHA for 30c2d9d
src/test/test_bitcoin.h
@@ -33,7 +33,6 @@ static inline uint256 InsecureRand256() { return insecure_rand_ctx.rand256(); }
33
static inline uint64_t InsecureRandBits(int bits) { return insecure_rand_ctx.randbits(bits); }
34
static inline uint64_t InsecureRandRange(uint64_t range) { return insecure_rand_ctx.randrange(range); }
35
static inline bool InsecureRandBool() { return insecure_rand_ctx.randbool(); }
36
-static inline std::vector<unsigned char> InsecureRandBytes(size_t len) { return insecure_rand_ctx.randbytes(len); }
37
38
/** Basic testing setup.
39
* This just configures logging and chain parameters.
0 commit comments