mock store

This commit is contained in:
mossid
2018-04-19 21:07:56 +02:00
parent 36c6f72690
commit cc07dce8f2
2 changed files with 105 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
abci "github.com/tendermint/abci/types"
"github.com/cosmos/cosmos-sdk/store"
store "github.com/cosmos/cosmos-sdk/mock"
sdk "github.com/cosmos/cosmos-sdk/types"
wire "github.com/cosmos/cosmos-sdk/wire"
)