MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / move_tip

Method move_tip

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

Source from the content-addressed store, hash-verified

1400
1401 # move the tip back to a previous block
1402 def move_tip(self, number):
1403 self.tip = self.blocks[number]
1404
1405 # adds transactions to the block and updates state
1406 def update_block(self, block_number, new_transactions, *, nTime=None):

Callers 1

run_testMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected