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

Method mine_blocks

test/functional/feature_blocksign.py:176–178  ·  view source on GitHub ↗
(self, num_blocks, transactions)

Source from the content-addressed store, hash-verified

174 self.sync_all(expect_disconnected=True)
175
176 def mine_blocks(self, num_blocks, transactions):
177 for i in range(num_blocks):
178 self.mine_block(transactions)
179
180 def run_test(self):
181 # Have every node except last import its block signing private key.

Callers 1

run_testMethod · 0.95

Calls 1

mine_blockMethod · 0.95

Tested by

no test coverage detected