diff options
author | Alexander Blair <snipa@jagtech.io> | 2020-01-11 18:08:20 -0800 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2020-01-11 18:08:20 -0800 |
commit | 50c2fda4969339a1cab5ca51f2bcfeec9bf24cd1 (patch) | |
tree | ead7bfe5848596cbb88f04221934efc7d46151ef /tests/core_tests/wallet_tools.cpp | |
parent | Merge pull request #6105 (diff) | |
parent | tests: fix HF12 chaingen - construct bc object from events (diff) | |
download | monero-50c2fda4969339a1cab5ca51f2bcfeec9bf24cd1.tar.xz |
Merge pull request #6110
da6c807f tests: fix HF12 chaingen - construct bc object from events (Dusan Klinec)
Diffstat (limited to 'tests/core_tests/wallet_tools.cpp')
-rw-r--r-- | tests/core_tests/wallet_tools.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/core_tests/wallet_tools.cpp b/tests/core_tests/wallet_tools.cpp index 21a9455c0..fdc4753f9 100644 --- a/tests/core_tests/wallet_tools.cpp +++ b/tests/core_tests/wallet_tools.cpp @@ -10,9 +10,6 @@ using namespace epee; using namespace crypto; using namespace cryptonote; -// Shared random generator -static std::default_random_engine RND(crypto::rand<unsigned>()); - void wallet_accessor_test::set_account(tools::wallet2 * wallet, cryptonote::account_base& account) { wallet->clear(); |