mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge 895937edb2 into merged_master (Bitcoin PR bitcoin/bitcoin#25285)
This commit is contained in:
commit
ad4ecee6c0
19 changed files with 89 additions and 77 deletions
|
|
@ -95,7 +95,7 @@ class AddrmanTest(BitcoinTestFramework):
|
|||
with open(peers_dat, "wb") as f:
|
||||
f.write(serialize_addrman()[:-1])
|
||||
self.nodes[0].assert_start_raises_init_error(
|
||||
expected_msg=init_error("CAutoFile::read: end of file.*"),
|
||||
expected_msg=init_error("AutoFile::read: end of file.*"),
|
||||
match=ErrorMatch.FULL_REGEX,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue