Remove redundant updates

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2021-12-07 15:06:26 +03:00 committed by Alex Vanin
parent 9b50e1bb88
commit 51cf10a734

View file

@ -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
}