fix(appchain-mgr): appchain status not changed after updating appchain voted

This commit is contained in:
Alexader 2021-05-07 10:31:01 +08:00
parent 8736e13208
commit c4347849ea
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ func (am *AppchainManager) UpdateAppchain(id, docAddr, docHash, validators strin
Name: name,
Validators: validators,
ConsensusType: consensusType,
Status: governance.GovernanceUpdating,
Status: governance.GovernanceAvailable,
ChainType: chainType,
Desc: desc,
Version: version,