skip dpow check on everything but ProcessNewBlock.

This commit is contained in:
blackjok3r
2019-04-12 13:55:06 +08:00
parent 12a7bf62cf
commit 76e3a7f283
4 changed files with 10 additions and 10 deletions

View File

@@ -1879,7 +1879,7 @@ UniValue invalidateblock(const UniValue& params, bool fHelp)
}
if (state.IsValid()) {
ActivateBestChain(state);
ActivateBestChain(true,state);
}
if (!state.IsValid()) {
@@ -1918,7 +1918,7 @@ UniValue reconsiderblock(const UniValue& params, bool fHelp)
}
if (state.IsValid()) {
ActivateBestChain(state);
ActivateBestChain(true,state);
}
if (!state.IsValid()) {