diff --git a/blockchain/error.go b/blockchain/error.go index 3ee865b4..f4805f11 100644 --- a/blockchain/error.go +++ b/blockchain/error.go @@ -341,9 +341,6 @@ const ( // outputs tagged with stake tags, e.g. OP_SSTX. ErrRegTxSpendStakeOut - // ErrBIP0030 indicates that a block failed to pass BIP0030. - ErrBIP0030 - // ErrInvalidFinalState indicates that the final state of the PRNG included // in the the block differed from the calculated final state. ErrInvalidFinalState