Home
last modified time | relevance | path

Searched refs:expected_block_height (Results 1 – 1 of 1) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/test/functional/test_framework/
H A Dqtum.py356 def _assert_param_block_height_at_index(self, param_index, expected_block_height): argument
358 assert_equal(int(ret['executionResult']['output'], 16), expected_block_height)
565 expected_block_height = hex(delegator.getblockcount()+1)[2:]
576 …"data": fee_hex.zfill(64) + expected_block_height.zfill(64) + "60".zfill(64) + hex(65)[2:].zfill(6…
581 "blockHeight": expected_block_height,