Merge #9216: Doc: Fix copypasted comment
f26da35 Fix copypasted comment. (Pavel Janík)
This commit is contained in:
parent
a71702e3e2
commit
d5f2f07961
@ -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…
Reference in New Issue
Block a user