From 6beae08edfdb0801c1ef7a35f9dab353b680de90 Mon Sep 17 00:00:00 2001 From: "John C. Vernaleo" Date: Wed, 28 Sep 2016 15:47:14 -0400 Subject: [PATCH] Remove unused ErrBIP0030 Closes #356 --- blockchain/error.go | 3 --- 1 file changed, 3 deletions(-) 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