[#208] neofs: drop version check

Should be restored after mainnet update.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
remotes/1719329119662467860/v0.14.1-hotfix
Evgenii Stratonikov 2022-01-10 17:14:32 +03:00 committed by Alex Vanin
parent 74cc2d0aea
commit d9bfe32847
1 changed files with 3 additions and 2 deletions

View File

@ -47,8 +47,9 @@ var (
// _deploy sets up initial alphabet node keys.
func _deploy(data interface{}, isUpdate bool) {
if isUpdate {
args := data.([]interface{})
common.CheckVersion(args[len(args)-1].(int))
// TODO(@fyrchik): restore after mainnet update
// args := data.([]interface{})
// common.CheckVersion(args[len(args)-1].(int))
ctx := storage.GetContext()
nodes := getNodes(ctx, candidatesKey)