forked from lthn/blockchain
coretests: minor fix for ionic_swap_exact_amounts_test
This commit is contained in:
parent
f94aa44104
commit
c974f65a30
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,7 @@ bool ionic_swap_exact_amounts_test::c1(currency::core& c, size_t ev_index, const
|
|||
currency::transaction tx_is2{};
|
||||
r = alice_wlt->accept_ionic_swap_proposal(proposal, tx_is2);
|
||||
CHECK_AND_ASSERT_MES(r, false, "Failed to accept ionic proposal");
|
||||
CHECK_AND_ASSERT_MES(check_ionic_swap_tx_outs(m_accounts, tx_is2, bob_wlt, proposal), false, "");
|
||||
CHECK_AND_ASSERT_MES(check_ionic_swap_tx_outs(m_accounts, tx_is2, alice_wlt, proposal), false, "");
|
||||
|
||||
CHECK_AND_ASSERT_MES(c.get_pool_transactions_count() == 1, false, "Unexpected number of txs in the pool: " << c.get_pool_transactions_count());
|
||||
r = mine_next_pow_blocks_in_playtime(m_accounts[MINER_ACC_IDX].get_public_address(), c, CURRENCY_MINED_MONEY_UNLOCK_WINDOW);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue