stake: Remove unnecessary language in comment.

This sentence read like a directive rather than a definition and all Go types
are statically declared anyways.
This commit is contained in:
Josh Rickmar 2019-05-22 18:36:23 -04:00
parent 8bf8ece07f
commit a68540fc9a

View File

@ -26,8 +26,7 @@ import (
// TxType indicates the type of tx (regular or stake type).
type TxType int
// Possible TxTypes. Statically declare these so that they might be used in
// consensus code.
// Possible TxTypes.
const (
TxTypeRegular TxType = iota
TxTypeSStx