forked from TrueCloudLab/frostfs-contract
Remove redundant updates
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
9b50e1bb88
commit
51cf10a734
1 changed files with 0 additions and 3 deletions
|
@ -94,9 +94,6 @@ func _deploy(data interface{}, isUpdate bool) {
|
|||
})
|
||||
|
||||
if isUpdate {
|
||||
storage.Put(ctx, nnsContractKey, args.addrNNS)
|
||||
storage.Put(ctx, nnsRootKey, args.nnsRoot)
|
||||
registerNiceNameTLD(args.addrNNS, args.nnsRoot)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue