mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-23 14:10:15 +01:00
test: Remove FastRandomContext global
Drop g_insecure_rand_ctx
This commit is contained in:
@@ -11,8 +11,6 @@
|
||||
#include <cstdlib>
|
||||
#include <string>
|
||||
|
||||
FastRandomContext g_insecure_rand_ctx;
|
||||
|
||||
extern void MakeRandDeterministicDANGEROUS(const uint256& seed) noexcept;
|
||||
|
||||
void SeedRandomStateForTest(SeedRand seedtype)
|
||||
|
||||
Reference in New Issue
Block a user