Skip to content

Commit 7b33395

Browse files
committed
chore: add asssert that withdrawals are active
1 parent d93e62b commit 7b33395

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/feature_asset_locks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,7 @@ def test_mn_rr(self, node_wallet, node, pubkey):
657657
def test_withdrawal_fork(self, node_wallet, node, pubkey):
658658
self.log.info("Testing asset unlock after 'withdrawal' activation...")
659659

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

662663
asset_unlock_tx = self.create_assetunlock(401, COIN, pubkey)

0 commit comments

Comments
 (0)