We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93566e0 commit f26da35Copy full SHA for f26da35
src/addrdb.cpp
@@ -103,7 +103,7 @@ bool CBanDB::Read(banmap_t& banSet)
103
if (memcmp(pchMsgTmp, Params().MessageStart(), sizeof(pchMsgTmp)))
104
return error("%s: Invalid network magic number", __func__);
105
106
- // de-serialize address data into one CAddrMan object
+ // de-serialize ban data
107
ssBanlist >> banSet;
108
}
109
catch (const std::exception& e) {
0 commit comments