Skip to content

Commit

Permalink
chore: add asssert that withdrawals are active
Browse files Browse the repository at this point in the history
  • Loading branch information
knst committed Sep 19, 2024
1 parent d93e62b commit 7b33395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/feature_asset_locks.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ def test_mn_rr(self, node_wallet, node, pubkey):
def test_withdrawal_fork(self, node_wallet, node, pubkey):
self.log.info("Testing asset unlock after 'withdrawal' activation...")

assert softfork_active(self.nodes[0], 'withdrawals')
self.log.info("Generating several txes by same quorum....")

asset_unlock_tx = self.create_assetunlock(401, COIN, pubkey)
Expand Down

0 comments on commit 7b33395

Please sign in to comment.