(self)
| 70 | self.skip_if_no_wallet() |
| 71 | |
| 72 | def setup_network(self): |
| 73 | # Node0 will be used to test behavior of processing unrequested blocks |
| 74 | # from peers which are not whitelisted, while Node1 will be used for |
| 75 | # the whitelisted case. |
| 76 | # Node2 will be used for non-whitelisted peers to test the interaction |
| 77 | # with nMinimumChainWork. |
| 78 | self.setup_nodes() |
| 79 | |
| 80 | def run_test(self): |
| 81 | # Setup the p2p connections |
nothing calls this directly
no test coverage detected