Browse Source

mod index

master
yuyuanshifu 4 years ago
parent
commit
71f9946191
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/blockchain.go

+ 1
- 1
routers/repo/blockchain.go View File

@@ -21,7 +21,7 @@ type BlockChainCommitNotify struct {
TransactionHash string `json:"txHash"`
}
const (
tplBlockChainIndex base.TplName = "repo/blockchain/balance"
tplBlockChainIndex base.TplName = "repo/blockchain/index"
)

// MustEnableDataset check if repository enable internal cb


Loading…
Cancel
Save