Skip to content

Commit

Permalink
[[FIX]] add autonomy exec to manager
Browse files Browse the repository at this point in the history
  • Loading branch information
mdj33 committed Jan 25, 2022
1 parent 5d9ce9f commit d0640e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bityuan.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ genesis="14KEKbYtKKQm4wMthSK9J4La4nAiidGozt"
superManager=[
"1JmFaA6unrCFYEWPGRi7uuXY1KthTJxJEP",
]
#自治合约执行器名字
autonomyExec="autonomy"
[exec.sub.paracross]
nodeGroupFrozenCoins=0
Expand Down Expand Up @@ -292,11 +294,11 @@ ForkLoopCheckCommitTxDone=4320000
#fork for 6.4
ForkParaAssetTransferRbk=7200000
ForkParaSelfConsStages=7200000
ForkParaSupervision=18000000
ForkParaAutonomySuperGroup=19030000
#仅平行链适用
ForkParaFullMinerHeight=-1
ForkParaRootHash=-1
ForkParaSupervision=18000000
ForkParaAutonomySuperGroup=19030000
[fork.sub.multisig]
Enable=1600000
Expand Down

0 comments on commit d0640e8

Please sign in to comment.