mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
typofixes (found by misspell_fixer)
This commit is contained in:
@@ -2319,7 +2319,7 @@ void DumpBanlist()
|
||||
{
|
||||
int64_t nStart = GetTimeMillis();
|
||||
|
||||
CNode::SweepBanned(); //clean unused entires (if bantime has expired)
|
||||
CNode::SweepBanned(); //clean unused entries (if bantime has expired)
|
||||
|
||||
CBanDB bandb;
|
||||
banmap_t banmap;
|
||||
|
||||
Reference in New Issue
Block a user