Skip to content

Commit

Permalink
faster pair upgrade check
Browse files Browse the repository at this point in the history
ovidiuolteanu committed Jul 10, 2023
1 parent 6b64178 commit d68009c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/contracts_upgrader.py
Original file line number Diff line number Diff line change
@@ -699,7 +699,7 @@ def upgrade_pair_contracts(dex_owner: Account, network_providers: NetworkProvide
[total_fee_percentage, special_fee_percentage,
initial_liquidity_adder])

if not network_providers.check_complex_tx_status(tx_hash, f"upgrade pair contract: {pair_address}"):
if not network_providers.check_simple_tx_status(tx_hash, f"upgrade pair contract: {pair_address}"):
if not get_user_continue(config.FORCE_CONTINUE_PROMPT):
return

0 comments on commit d68009c

Please sign in to comment.