forked from lthn/blockchain
coretests: hard_fork_2_incorrect_alias_update fixed due to change in logic of wallet2::request_alias_update()
This commit is contained in:
parent
226c3653ac
commit
5e8cfb9ee3
1 changed files with 1 additions and 1 deletions
|
|
@ -1336,7 +1336,7 @@ bool hard_fork_2_incorrect_alias_update<before_hf_2>::c1(currency::core& c, size
|
|||
{
|
||||
alice_wlt->request_alias_update(ai_upd, tx_upd, TESTS_DEFAULT_FEE);
|
||||
}
|
||||
catch (tools::error::tx_rejected&)
|
||||
catch(std::runtime_error&)
|
||||
{
|
||||
// this should cause an exception with certain type
|
||||
r = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue