(self)
| 1395 | |
| 1396 | # get an output that we previously marked as spendable |
| 1397 | def get_spendable_output(self): |
| 1398 | self.log.debug(f"getting spendable output {self.spendable_outputs[0].vtx[0]}") |
| 1399 | return self.spendable_outputs.pop(0).vtx[0] |
| 1400 | |
| 1401 | # move the tip back to a previous block |
| 1402 | def move_tip(self, number): |