From f67b79c2817cfa26a38cf67827e20d3a861c8d20 Mon Sep 17 00:00:00 2001 From: Dominik Guzei Date: Mon, 2 Dec 2024 13:05:15 +0100 Subject: [PATCH] fix: blocked staking rewards error scenario [LW-11916] (#3248) Signed-off-by: Dominik Guzei --- source/renderer/app/api/api.ts | 2 ++ source/renderer/app/i18n/locales/en-US.json | 2 +- source/renderer/app/i18n/locales/ja-JP.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/source/renderer/app/api/api.ts b/source/renderer/app/api/api.ts index 145750657d..5bbcb79c19 100644 --- a/source/renderer/app/api/api.ts +++ b/source/renderer/app/api/api.ts @@ -1019,6 +1019,8 @@ export default class AdaApi { .set('conwayWalletNotDelegatedToDRep') .where('code', 'created_invalid_transaction') .inc('message', 'ConwayWdrlNotDelegatedToDRep') + .set('conwayWalletNotDelegatedToDRep') + .where('code', 'withdrawal_not_possible_without_vote') .set('transactionIsTooBig', true, { linkLabel: 'tooBigTransactionErrorLinkLabel', linkURL: 'tooBigTransactionErrorLinkURL', diff --git a/source/renderer/app/i18n/locales/en-US.json b/source/renderer/app/i18n/locales/en-US.json index acae22c8b8..a3d1e6557c 100755 --- a/source/renderer/app/i18n/locales/en-US.json +++ b/source/renderer/app/i18n/locales/en-US.json @@ -34,7 +34,7 @@ "api.errors.WalletAlreadyImportedError": "Wallet you are trying to import already exists.", "api.errors.WalletAlreadyRestoredError": "Wallet you are trying to restore already exists.", "api.errors.WalletFileImportError": "Wallet could not be imported, please make sure you are providing a correct file.", - "api.errors.conwayWalletNotDelegatedToDRep": "Daedalus cannot process this transaction because of blocked staking rewards. To unblock your rewards go to the Cardano voting power delegation tab and delegate your voting power", + "api.errors.conwayWalletNotDelegatedToDRep": "Daedalus cannot process this transaction because of blocked staking rewards. To unblock your rewards go to the Cardano voting power delegation tab and delegate your voting power.", "api.errors.inputsDepleted": "Your wallet contains only reward funds.
Please send at least 1 ADA to your wallet so that you can spend the funds.", "api.errors.invalidAddress": "Please enter a valid address.", "api.errors.invalidSmashServer": "This URL is not a valid SMASH server", diff --git a/source/renderer/app/i18n/locales/ja-JP.json b/source/renderer/app/i18n/locales/ja-JP.json index a147910475..76ff0a5d43 100755 --- a/source/renderer/app/i18n/locales/ja-JP.json +++ b/source/renderer/app/i18n/locales/ja-JP.json @@ -34,7 +34,7 @@ "api.errors.WalletAlreadyImportedError": "インポートしようとしているウォレットは既に存在します。", "api.errors.WalletAlreadyRestoredError": "復元しようとしているウォレットは既に存在します。", "api.errors.WalletFileImportError": "ウォレットをインポートできませんでした。有効なファイルを指定していることを確認してください。", - "api.errors.conwayWalletNotDelegatedToDRep": "ステーキング報酬がブロックされているため、このトランザクションを処理できません。報酬のブロックを解除するには、Cardano投票権の委任タブに移動し、投票権を委任してください。", + "api.errors.conwayWalletNotDelegatedToDRep": "ステーキング報酬がブロックされているため、このトランザクションを処理できません。報酬のブロックを解除するには、Cardano投票権の委任タブに移動し、投票権を委任してください。", "api.errors.inputsDepleted": "このウォレットには報酬として得られた資金しか入っていません。
資金を使用するには1ADA以上をウォレットに入金してください。", "api.errors.invalidAddress": "有効なアドレスを入力してください。", "api.errors.invalidSmashServer": "このURLは有効なSMASHサーバーではありません",