(self)
| 47 | self.nodes[node_id].addpeeraddress(address=f"101.{addr}.0.0", tried=tried, port=8333) |
| 48 | |
| 49 | def test_without_asmap_arg(self): |
| 50 | self.log.info('Test bitcoind with no -asmap arg passed') |
| 51 | self.stop_node(0) |
| 52 | with self.node.assert_debug_log(['Using /16 prefix for IP bucketing']): |
| 53 | self.start_node(0) |
| 54 | |
| 55 | def test_asmap_with_absolute_path(self): |
| 56 | self.log.info('Test bitcoind -asmap=<absolute path>') |
no test coverage detected