diff options
| author | Pieter Wuille <[email protected]> | 2017-05-09 15:13:00 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2017-06-13 17:02:05 -0700 |
| commit | cb24c8539d1098d1a61605b452ecfa11a693320d (patch) | |
| tree | afe76352b93e35cf15684243b386cc3a318b22da /src/test | |
| parent | Merge #10313: [Consensus] Add constant for maximum stack size (diff) | |
| download | discoin-cb24c8539d1098d1a61605b452ecfa11a693320d.tar.xz discoin-cb24c8539d1098d1a61605b452ecfa11a693320d.zip | |
Use rdrand as entropy source on supported platforms
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/test_bitcoin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp index cb625bda1..3691f8bf5 100644 --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -35,6 +35,7 @@ extern void noui_connect(); BasicTestingSetup::BasicTestingSetup(const std::string& chainName) { + RandomInit(); ECC_Start(); SetupEnvironment(); SetupNetworking(); |