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

Method move_tip

test/functional/feature_block.py:1434–1435  ·  view source on GitHub ↗
(self, number)

Source from the content-addressed store, hash-verified

1432
1433 # move the tip back to a previous block
1434 def move_tip(self, number):
1435 self.tip = self.blocks[number]
1436
1437 # adds transactions to the block and updates state
1438 def update_block(self, block_number, new_transactions):

Callers 1

run_testMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected