BitArray sub fix

This commit is contained in:
Jae Kwon
2014-11-05 03:11:38 -08:00
parent 13d70e4112
commit c3fc1a39ea
9 changed files with 112 additions and 42 deletions
+3 -3
View File
@@ -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 {