forked from lthn/blockchain
last warnings removed from coretests
This commit is contained in:
parent
ff730a1bc4
commit
760ee3aa28
1 changed files with 2 additions and 2 deletions
|
|
@ -909,7 +909,7 @@ bool hard_fork_2_awo_wallets_basic_test<before_hf_2>::c1(currency::core& c, size
|
|||
static const std::wstring bob_wo_restored_filename(L"bob_wo_restored_wallet");
|
||||
static const std::wstring bob_non_auditable_filename(L"bob_non_auditable_wallet");
|
||||
|
||||
bool r = false, stub_bool = false;
|
||||
bool r = false;
|
||||
|
||||
CHECK_AND_ASSERT_MES(c.get_pool_transactions_count() == 0, false, "Incorrect txs count in the pool: " << c.get_pool_transactions_count());
|
||||
std::shared_ptr<tools::wallet2> alice_wlt = init_playtime_test_wallet(events, c, ALICE_ACC_IDX);
|
||||
|
|
@ -1181,7 +1181,7 @@ bool hard_fork_2_alias_update_using_old_tx<before_hf_2>::generate(std::vector<te
|
|||
template<bool before_hf_2>
|
||||
bool hard_fork_2_alias_update_using_old_tx<before_hf_2>::c1(currency::core& c, size_t ev_index, const std::vector<test_event_entry>& events)
|
||||
{
|
||||
bool r = false, stub_bool = false;
|
||||
bool r = false;
|
||||
|
||||
CHECK_AND_ASSERT_MES(c.get_pool_transactions_count() == 0, false, "Incorrect txs count in the pool: " << c.get_pool_transactions_count());
|
||||
std::shared_ptr<tools::wallet2> miner_wlt = init_playtime_test_wallet(events, c, MINER_ACC_IDX);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue