mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 06:54:41 +00:00
BitArray sub fix
This commit is contained in:
+3
-3
@@ -75,9 +75,9 @@ func ReadTx(r io.Reader, n *int64, err *error) Tx {
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
type BaseTx struct {
|
||||
Sequence uint
|
||||
Fee uint64
|
||||
Signature
|
||||
Sequence uint
|
||||
Fee uint64
|
||||
Signature Signature
|
||||
}
|
||||
|
||||
func ReadBaseTx(r io.Reader, n *int64, err *error) BaseTx {
|
||||
|
||||
Reference in New Issue
Block a user