You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method ValidatePcBlock in file [/blockchain/packetcrypt/packetcrypt.go] appears to be called from a fresh sync. It has been assumed that block validation only occurs from the latest checkpoint, this may not be the case.
Simply place some logging in ValidatePcBlock, just before contentProofIdx2 @ line 28 then launch a fresh node.
Log immediately start being called from block height 1 onwards.
The text was updated successfully, but these errors were encountered:
Method ValidatePcBlock in file [/blockchain/packetcrypt/packetcrypt.go] appears to be called from a fresh sync. It has been assumed that block validation only occurs from the latest checkpoint, this may not be the case.
Simply place some logging in ValidatePcBlock, just before contentProofIdx2 @ line 28 then launch a fresh node.
Log immediately start being called from block height 1 onwards.
The text was updated successfully, but these errors were encountered: