Remove unused ErrBIP0030

Closes #356
This commit is contained in:
John C. Vernaleo 2016-09-28 15:47:14 -04:00
parent 1c180c1106
commit 6beae08edf

View File

@ -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