PR changes
This commit is contained in:
committed by
Ethan Frey
parent
007230e583
commit
3d5cf393b9
@@ -35,9 +35,8 @@ func init() {
|
||||
|
||||
// Tx - struct for all counter transactions
|
||||
type Tx struct {
|
||||
Valid bool `json:"valid"`
|
||||
Fee coin.Coins `json:"fee"`
|
||||
Sequence int `json:""`
|
||||
Valid bool `json:"valid"`
|
||||
Fee coin.Coins `json:"fee"`
|
||||
}
|
||||
|
||||
// NewTx - return a new counter transaction struct wrapped as a basecoin transaction
|
||||
|
||||
Reference in New Issue
Block a user