Add Result.String

This commit is contained in:
Jae Kwon
2017-01-15 14:43:16 -08:00
parent 6526ab2137
commit 05096de368
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -4,10 +4,10 @@ import (
"encoding/hex"
"strings"
"github.com/tendermint/abci/types"
. "github.com/tendermint/go-common"
"github.com/tendermint/go-merkle"
"github.com/tendermint/go-wire"
"github.com/tendermint/abci/types"
)
type DummyApplication struct {