diff --git a/cosmos/poc/app/handler.go b/cosmos/poc/app/handler.go index 48aa7925..89e43823 100644 --- a/cosmos/poc/app/handler.go +++ b/cosmos/poc/app/handler.go @@ -16,6 +16,10 @@ func NewLinksHandler(cis CidIndexStorage, ls LinksStorage, imms *InMemoryStorage return func(ctx sdk.Context, msg sdk.Msg) sdk.Result { + if ctx.IsCheckTx() { + return sdk.Result{} + } + link := msg.(MsgLink) linkedCids := LinkedCids{