From 541df854ccdad7dd0da4ccaad97e1b3517702229 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 12 Apr 2019 02:00:08 -1100 Subject: [PATCH] GetBlockHash() --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index d01c9babb..e0e40c9a5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5344,7 +5344,7 @@ bool AcceptBlock(int32_t *futureblockp,CBlock& block, CValidationState& state, C { fprintf(stderr,"reconsider height.%d, longest.%d\n",(int32_t)ht,longest); if ( Queued_reconsiderblock == zeroid ) - Queued_reconsiderblock = pindex->GetHash(); + Queued_reconsiderblock = pindex->GetBlockHash(); } } }