Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
add htlc module register
Browse files Browse the repository at this point in the history
  • Loading branch information
weichang-x committed Sep 3, 2020
1 parent ba92053 commit 2ac4db3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cdc/cdc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -47,6 +48,7 @@ var (
coinswap.AppModuleBasic{},
guardian.AppModuleBasic{},
oracle.AppModuleBasic{},
htlc.AppModuleBasic{},
)
)
// 初始化账户地址前缀
Expand Down

0 comments on commit 2ac4db3

Please sign in to comment.