diff --git a/routers/repo/blockchain.go b/routers/repo/blockchain.go index 04d19a746..9f2e9f2d4 100755 --- a/routers/repo/blockchain.go +++ b/routers/repo/blockchain.go @@ -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