Skip to content

Commit bc121b0

Browse files
author
MarcoFalke
committed
Merge #9216: Doc: Fix copypasted comment
f26da35 Fix copypasted comment. (Pavel Janík)
2 parents c98f6b3 + f26da35 commit bc121b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addrdb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ bool CBanDB::Read(banmap_t& banSet)
103103
if (memcmp(pchMsgTmp, Params().MessageStart(), sizeof(pchMsgTmp)))
104104
return error("%s: Invalid network magic number", __func__);
105105

106-
// de-serialize address data into one CAddrMan object
106+
// de-serialize ban data
107107
ssBanlist >> banSet;
108108
}
109109
catch (const std::exception& e) {

0 commit comments

Comments
 (0)