Skip to content

Commit

Permalink
Adapt autoauth tests for minttoken changes (DeFiCh#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
prasannavl authored Nov 17, 2022
1 parent f37a85a commit ada9634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/feature_autoauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class TokensAutoAuthTest (DefiTestFramework):
def set_test_params(self):
self.num_nodes = 1
self.setup_clean_chain = True
self.extra_args = [['-txnotokens=0', '-amkheight=50', '-bayfrontheight=50']]
self.extra_args = [['-txnotokens=0', '-amkheight=50', '-bayfrontheight=50', '-regtest-minttoken-simulate-mainnet=1']]

# Move all coins to new address and change address to test auto auth
def clear_auth_utxos(self):
Expand Down

0 comments on commit ada9634

Please sign in to comment.