mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Simplify testing RNG code
This commit is contained in:
parent
fd3e7973ff
commit
022cf47dd7
3 changed files with 5 additions and 12 deletions
|
|
@ -36,8 +36,7 @@ void CConnmanTest::ClearNodes()
|
|||
g_connman->vNodes.clear();
|
||||
}
|
||||
|
||||
uint256 insecure_rand_seed = GetRandHash();
|
||||
FastRandomContext insecure_rand_ctx(insecure_rand_seed);
|
||||
FastRandomContext insecure_rand_ctx;
|
||||
|
||||
extern bool fPrintToConsole;
|
||||
extern void noui_connect();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue