cwgoes comments

This commit is contained in:
rigelrozanski
2018-05-09 18:24:51 -04:00
parent 8dd3052017
commit 677559bf6c
6 changed files with 16 additions and 13 deletions
+2 -3
View File
@@ -4,6 +4,7 @@ import (
"fmt"
abci "github.com/tendermint/abci/types"
cmn "github.com/tendermint/tmlibs/common"
dbm "github.com/tendermint/tmlibs/db"
)
@@ -260,6 +261,4 @@ func PrefixEndBytes(prefix []byte) []byte {
//----------------------------------------
// key-value result for iterator queries
type KV struct {
Key, Value []byte
}
type KVPair cmn.KVPair