(self)
| 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): |