Fix copypasted comment.

This commit is contained in:
Pavel Janík 2016-11-24 12:12:57 +01:00
parent 93566e0c37
commit f26da35142

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