Test reading back counter tx

This commit is contained in:
Ethan Frey
2017-07-04 14:19:28 +02:00
parent c6c5e34c3a
commit 8003034bbb
2 changed files with 12 additions and 16 deletions
@@ -30,8 +30,8 @@ func init() {
}
type CounterTx struct {
Valid bool
Fee types.Coins
Valid bool `json:"valid"`
Fee types.Coins `json:"fee"`
}
func NewCounterTx(valid bool, fee types.Coins) basecoin.Tx {