Skip to content

Commit

Permalink
Minor fix debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
levoncrypto committed Dec 24, 2024
1 parent 60f9ac1 commit 4dfdb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2406,7 +2406,7 @@ CBlockIndex* CWallet::ScanForWalletTransactions(CBlockIndex *pindexStart, bool f
{
CBlockIndex* ret = nullptr;
if (GetBoolArg("-newwallet", false)) {
LogPrintf("Created new wallet, not need to scan\n");
LogPrintf("Created new wallet, no need to scan\n");
return ret;
}
int64_t nNow = GetTime();
Expand Down

0 comments on commit 4dfdb1a

Please sign in to comment.