From bdcab5ee05b543065717303f0262bc035dd28afe9ac084fd5d228c8814374419 Mon Sep 17 00:00:00 2001 From: AidarKC Date: Mon, 27 Apr 2026 02:20:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=B3=D0=B8=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D1=8F:=20wallet.key=20=D1=80=D0=B0=D0=B1?= =?UTF-8?q?=D0=BE=D1=82=D0=B0=D0=B5=D1=82=20=D0=B8=20=D1=81=20=D0=BF=D1=83?= =?UTF-8?q?=D1=81=D1=82=D1=8B=D0=BC=20=D0=BF=D0=B0=D1=80=D0=BE=D0=BB=D0=B5?= =?UTF-8?q?=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION.properties | 4 ++-- shine-UI/js/pages/registration-payment-view.js | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/VERSION.properties b/VERSION.properties index cf1bc62..dfa8c7a 100644 --- a/VERSION.properties +++ b/VERSION.properties @@ -1,2 +1,2 @@ -client.version=1.2.19 -server.version=1.2.19 +client.version=1.2.20 +server.version=1.2.20 diff --git a/shine-UI/js/pages/registration-payment-view.js b/shine-UI/js/pages/registration-payment-view.js index 9544e8c..3d779c2 100644 --- a/shine-UI/js/pages/registration-payment-view.js +++ b/shine-UI/js/pages/registration-payment-view.js @@ -107,9 +107,6 @@ export function render({ navigate }) { const deriveUserWalletAddress = async () => { const draftPassword = String(state.registrationDraft.password ?? ''); - if (!draftPassword) { - throw new Error('Не найден пароль регистрации для вычисления wallet.key'); - } const wallet = await deriveWalletFromPassword(draftPassword); const address = String(wallet?.address || '').trim(); if (!address) throw new Error('Не удалось вычислить адрес wallet.key');