mirror of
https://github.com/monero-project/monero.git
synced 2025-06-05 14:28:57 -04:00
tests: fix HF12 chaingen - construct bc object from events
This commit is contained in:
parent
fe3f6a3e6b
commit
da6c807f8b
3 changed files with 180 additions and 22 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue