mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00: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