We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff294b2 commit 4509f93Copy full SHA for 4509f93
pkg/morph/deploy/deploy.go
@@ -525,12 +525,7 @@ func Deploy(ctx context.Context, prm Prm) error {
525
syncPrm.localNEF = prm.NeoFSIDContract.Common.NEF
526
syncPrm.localManifest = prm.NeoFSIDContract.Common.Manifest
527
syncPrm.domainName = domainNeoFSID
528
- syncPrm.buildExtraDeployArgs = func() ([]interface{}, error) {
529
- return []interface{}{
530
- notaryDisabledExtraUpdateArg,
531
- netmapContractAddress,
532
- }, nil
533
- }
+ syncPrm.buildExtraDeployArgs = noExtraDeployArgs
534
535
prm.Logger.Info("synchronizing NeoFSID contract with the chain...")
536
0 commit comments