From a17a8c5200a766fc95900acfe4d0ff67e4c0b071 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 24 Apr 2018 17:15:34 +0300 Subject: [PATCH] Typo --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 8f430b6e8..d0e16b354 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3318,7 +3318,7 @@ static bool ActivateBestChainStep(CValidationState &state, CBlockIndex *pindexMo "- " + strprintf(_("New tip: %s, height %d, work %s"), pindexMostWork->phashBlock->GetHex(), pindexMostWork->nHeight, pindexMostWork->nChainWork.GetHex()) + "\n" + "- " + strprintf(_("Fork point: %s %s, height %d"), - ASSECHAINS_SYMBOL,pindexFork->phashBlock->GetHex(), pindexFork->nHeight) + "\n\n" + + ASSETCHAINS_SYMBOL,pindexFork->phashBlock->GetHex(), pindexFork->nHeight) + "\n\n" + _("Please help, human!"); LogPrintf("*** %s\n", msg); uiInterface.ThreadSafeMessageBox(msg, "", CClientUIInterface::MSG_ERROR);