From 4aad3872a990e4d6ceabe14954bf78c40d1008bf Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 20 Apr 2018 11:20:57 +0300 Subject: [PATCH] Test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 26f913863..fe0621d16 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4136,7 +4136,7 @@ bool ProcessNewBlock(bool from_miner,int32_t height,CValidationState &state, CNo { if ( (pindex= miSelf->second) == 0 ) { - fprint(stderr,"Block header is already known, but without pindex\n",hash.ToString().c_str()); + fprint(stderr,"Block header %s is already known, but without pindex\n",hash.ToString().c_str()); AddToBlockIndex(*pblock); } }