(self)
| 18 | self.skip_if_no_wallet() |
| 19 | |
| 20 | def setup_network(self): |
| 21 | self.setup_nodes() |
| 22 | |
| 23 | def run_test(self): |
| 24 | self.log.info("Make sure we repopulate setBlockIndexCandidates after InvalidateBlock:") |
nothing calls this directly
no test coverage detected