diff options
author | Dusan Klinec <dusan.klinec@gmail.com> | 2019-11-08 16:33:16 +0100 |
---|---|---|
committer | Dusan Klinec <dusan.klinec@gmail.com> | 2019-11-13 10:11:29 +0100 |
commit | da6c807f8b0e1aa99e4aa85444e3c309ace43d67 (patch) | |
tree | 25620152212107e0ed3f5c9890e6dc5bb585b45f /tests/core_tests/wallet_tools.cpp | |
parent | Merge pull request #6097 (diff) | |
download | monero-da6c807f8b0e1aa99e4aa85444e3c309ace43d67.tar.xz |
tests: fix HF12 chaingen - construct bc object from events
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(); |