MCPcopy Create free account
hub / github.com/ElementsProject/elements / check_height

Method check_height

test/functional/feature_blocksign.py:94–96  ·  view source on GitHub ↗
(self, expected_height)

Source from the content-addressed store, hash-verified

92 self.connect_nodes(0, self.num_nodes-1)
93
94 def check_height(self, expected_height):
95 for n in self.nodes:
96 assert_equal(n.getblockcount(), expected_height)
97
98 def mine_block(self, make_transactions):
99 # mine block in round robin sense: depending on the block number, a node

Callers 2

mine_blockMethod · 0.95
run_testMethod · 0.95

Calls 1

assert_equalFunction · 0.90

Tested by

no test coverage detected