Skip to content

Commit 4509f93

Browse files
committed
sidechain/deploy: Do not pass ignored deploy args of the NeoFS ID
Starting from v0.19.1 NeoFS ID contract does not process extra deployment data. Signed-off-by: Leonard Lyubich <[email protected]>
1 parent ff294b2 commit 4509f93

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pkg/morph/deploy/deploy.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -525,12 +525,7 @@ func Deploy(ctx context.Context, prm Prm) error {
525525
syncPrm.localNEF = prm.NeoFSIDContract.Common.NEF
526526
syncPrm.localManifest = prm.NeoFSIDContract.Common.Manifest
527527
syncPrm.domainName = domainNeoFSID
528-
syncPrm.buildExtraDeployArgs = func() ([]interface{}, error) {
529-
return []interface{}{
530-
notaryDisabledExtraUpdateArg,
531-
netmapContractAddress,
532-
}, nil
533-
}
528+
syncPrm.buildExtraDeployArgs = noExtraDeployArgs
534529

535530
prm.Logger.Info("synchronizing NeoFSID contract with the chain...")
536531

0 commit comments

Comments
 (0)