Start working on apptx for counter in basecli

This commit is contained in:
Ethan Frey
2017-05-16 21:40:07 +02:00
parent 791f12624d
commit a32bf5475f
6 changed files with 95 additions and 7 deletions
+3 -3
View File
@@ -5,10 +5,10 @@ import (
"encoding/json"
abci "github.com/tendermint/abci/types"
. "github.com/tendermint/tmlibs/common"
"github.com/tendermint/go-crypto"
"github.com/tendermint/go-wire/data"
"github.com/tendermint/go-wire"
"github.com/tendermint/go-wire/data"
. "github.com/tendermint/tmlibs/common"
)
/*
@@ -46,7 +46,7 @@ func init() {
// TxS add json serialization to Tx
type TxS struct {
Tx
Tx `json:"unwrap"`
}
func (p TxS) MarshalJSON() ([]byte, error) {