MCPcopy Create free account
hub / github.com/ElementsProject/elements / expected_messages

Function expected_messages

test/functional/feature_asmap.py:35–37  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

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

Callers 3

test_default_asmapMethod · 0.85

Calls

no outgoing calls

Tested by 3

test_default_asmapMethod · 0.68