mirror of
https://github.com/FlipsideCrypto/dcrd.git
synced 2026-02-06 10:56:47 +00:00
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:
parent
8bf8ece07f
commit
a68540fc9a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user