(filename)
| 33 | VERSION = 'fec61fa21a9f46f3b17bdcd660d7f4cd90b966aad3aec593c99b35f0aca15853' |
| 34 | |
| 35 | def expected_messages(filename): |
| 36 | return [f'Opened asmap file "{filename}" (59 bytes) from disk', |
| 37 | f'Using asmap version {VERSION} for IP bucketing'] |
| 38 | |
| 39 | class AsmapTest(BitcoinTestFramework): |
| 40 | def set_test_params(self): |
no outgoing calls