MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / get_spendable_output

Method get_spendable_output

test/functional/feature_block.py:1271–1273  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1269
1270 # get an output that we previously marked as spendable
1271 def get_spendable_output(self):
1272 self.log.debug("getting spendable output %s" % self.spendable_outputs[0].vtx[0])
1273 return self.spendable_outputs.pop(0).vtx[0]
1274
1275 # move the tip back to a previous block
1276 def move_tip(self, number):

Callers 1

run_testMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected