mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-14 09:37:59 +02: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