Rename ReconsiderBlock func to reflect real behavior

This commit is contained in:
instagibbs
2016-05-09 11:26:37 -04:00
parent addb9d2a09
commit 657e07efa3
3 changed files with 3 additions and 3 deletions

View File

@@ -980,7 +980,7 @@ UniValue reconsiderblock(const UniValue& params, bool fHelp)
throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Block not found");
CBlockIndex* pblockindex = mapBlockIndex[hash];
ReconsiderBlock(pblockindex);
ResetBlockFailureFlags(pblockindex);
}
CValidationState state;