|
|
@@ -21,7 +21,7 @@ type BlockChainCommitNotify struct { |
|
|
TransactionHash string `json:"txHash"` |
|
|
TransactionHash string `json:"txHash"` |
|
|
} |
|
|
} |
|
|
const ( |
|
|
const ( |
|
|
tplBlockChainIndex base.TplName = "repo/blockchain/balance" |
|
|
|
|
|
|
|
|
tplBlockChainIndex base.TplName = "repo/blockchain/index" |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
// MustEnableDataset check if repository enable internal cb |
|
|
// MustEnableDataset check if repository enable internal cb |
|
|
|