skip dpow check on everything but ProcessNewBlock.
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user