From da6c807f8b0e1aa99e4aa85444e3c309ace43d67 Mon Sep 17 00:00:00 2001 From: Dusan Klinec Date: Fri, 8 Nov 2019 16:33:16 +0100 Subject: tests: fix HF12 chaingen - construct bc object from events --- tests/core_tests/wallet_tools.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/core_tests/wallet_tools.cpp') 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()); - void wallet_accessor_test::set_account(tools::wallet2 * wallet, cryptonote::account_base& account) { wallet->clear(); -- cgit v1.2.3