aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-05-10 12:43:19 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-05-10 12:43:22 +0200
commitf7a21dae5dbf71d5bc00485215e84e6f2b309d0a (patch)
tree680a7f6957c4e38ac154cebda6e41c7f0fc4dd55 /src/main.cpp
parent5767e80dda7a699597b4798d1546e618edb50928 (diff)
parent657e07efa34ffe9d8614a618e00452c9ee7c0e0d (diff)
downloadbitcoin-f7a21dae5dbf71d5bc00485215e84e6f2b309d0a.tar.xz
Merge #8019: Remove state arg from ReconsiderBlock, rename to ResetBlockFailureFlags
657e07e Rename ReconsiderBlock func to reflect real behavior (instagibbs) addb9d2 Remove state arg from ReconsiderBlock (instagibbs)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index ebe91f7fa9..ee30954b48 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -3008,7 +3008,7 @@ bool InvalidateBlock(CValidationState& state, const CChainParams& chainparams, C
return true;
}
-bool ReconsiderBlock(CValidationState& state, CBlockIndex *pindex) {
+bool ResetBlockFailureFlags(CBlockIndex *pindex) {
AssertLockHeld(cs_main);
int nHeight = pindex->nHeight;