Merge #9216: Doc: Fix copypasted comment

f26da35 Fix copypasted comment. (Pavel Janík)
This commit is contained in:
MarcoFalke 2016-11-24 14:00:26 +01:00
commit bc121b0eb1
No known key found for this signature in database
GPG Key ID: 2D7F2372E50FE137
1 changed files with 1 additions and 1 deletions

View File

@ -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) {