mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Fix copypasted comment.
This commit is contained in:
parent
93566e0c37
commit
f26da35142
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ bool CBanDB::Read(banmap_t& banSet)
|
|||
if (memcmp(pchMsgTmp, Params().MessageStart(), sizeof(pchMsgTmp)))
|
||||
return error("%s: Invalid network magic number", __func__);
|
||||
|
||||
// de-serialize address data into one CAddrMan object
|
||||
// de-serialize ban data
|
||||
ssBanlist >> banSet;
|
||||
}
|
||||
catch (const std::exception& e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue