From 2ac4db39ff15045b59c21b05bf8d686b4c9c4136 Mon Sep 17 00:00:00 2001 From: huangweichang Date: Thu, 3 Sep 2020 15:59:36 +0800 Subject: [PATCH] add htlc module register --- cdc/cdc.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cdc/cdc.go b/cdc/cdc.go index 5e0300e..dae2333 100644 --- a/cdc/cdc.go +++ b/cdc/cdc.go @@ -21,6 +21,7 @@ import ( "github.com/irismod/token" "github.com/irismod/nft" "github.com/irismod/coinswap" + "github.com/irismod/htlc" "github.com/cosmos/cosmos-sdk/x/auth/tx" "github.com/cosmos/cosmos-sdk/std" ctypes "github.com/cosmos/cosmos-sdk/codec/types" @@ -47,6 +48,7 @@ var ( coinswap.AppModuleBasic{}, guardian.AppModuleBasic{}, oracle.AppModuleBasic{}, + htlc.AppModuleBasic{}, ) ) // 初始化账户地址前缀