TMSP -> ABCI

This commit is contained in:
Ethan Buchman
2017-01-12 15:53:32 -05:00
parent 3a55339114
commit c147b41013
38 changed files with 208 additions and 206 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ import (
. "github.com/tendermint/go-common"
"github.com/tendermint/go-events"
"github.com/tendermint/go-wire"
tmsp "github.com/tendermint/tmsp/types"
abci "github.com/tendermint/abci/types"
)
// Functions to generate eventId strings
@@ -76,7 +76,7 @@ type EventDataTx struct {
Tx Tx `json:"tx"`
Data []byte `json:"data"`
Log string `json:"log"`
Code tmsp.CodeType `json:"code"`
Code abci.CodeType `json:"code"`
Error string `json:"error"` // this is redundant information for now
}
+1 -1
View File
@@ -1,7 +1,7 @@
package types
import (
"github.com/tendermint/tmsp/types"
"github.com/tendermint/abci/types"
)
// Convert tendermint types to protobuf types