Move store/types.go to types/store.go and alias
This commit is contained in:
+1
-5
@@ -1,9 +1,5 @@
|
||||
package types
|
||||
|
||||
import (
|
||||
"github.com/cosmos/cosmos-sdk/store"
|
||||
)
|
||||
|
||||
// Handler handles both ABCI DeliverTx and CheckTx requests.
|
||||
// Iff ABCI.CheckTx, ctx.IsCheckTx() returns true.
|
||||
type Handler func(ctx Context, store store.MultiStore, tx Tx) Result
|
||||
type Handler func(ctx Context, ms MultiStore, tx Tx) Result
|
||||
|
||||
Reference in New Issue
Block a user