Commit 02423b67 authored by mdj33's avatar mdj33 Committed by 33cn

change supervision config pocision

parent 7fe229ce
...@@ -69,6 +69,8 @@ const ( ...@@ -69,6 +69,8 @@ const (
ParacrossActionTransferToExec ParacrossActionTransferToExec
// ParacrossActionParaBindMiner para chain bind super node miner // ParacrossActionParaBindMiner para chain bind super node miner
ParacrossActionParaBindMiner ParacrossActionParaBindMiner
// ParacrossActionSupervisionNodeConfig
ParacrossActionSupervisionNodeConfig
) )
const ( const (
...@@ -95,8 +97,6 @@ const ( ...@@ -95,8 +97,6 @@ const (
// ParacrossActionCrossAssetTransfer crossChain asset transfer key // ParacrossActionCrossAssetTransfer crossChain asset transfer key
//注意: 此类型之后的一定也需要是跨链资产转移类型,方便代码计算,也就是在共识完成后,execCrossTx()处理到的类型。 //注意: 此类型之后的一定也需要是跨链资产转移类型,方便代码计算,也就是在共识完成后,execCrossTx()处理到的类型。
ParacrossActionCrossAssetTransfer ParacrossActionCrossAssetTransfer
// ParacrossActionSupervisionNodeConfig
ParacrossActionSupervisionNodeConfig
) )
//跨链共识交易crossResult bitmap版本,支持多版本的bitmap管理 //跨链共识交易crossResult bitmap版本,支持多版本的bitmap管理
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment