From 592f6fa210cf1660d1629924cffde29dd401f4a4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 20 Apr 2018 11:24:41 +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 d6eaa3bc1..55ab32ba4 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 ) // create pindex so first Accept block doesnt fail { - fprint(stderr,"Block header %s is already known, but without pindex\n",hash.ToString().c_str()); + fprintf(stderr,"Block header %s is already known, but without pindex\n",hash.ToString().c_str()); AddToBlockIndex(*pblock); } }