From 6c1455238de36b1dfd8c3a6efea99b619e103023 Mon Sep 17 00:00:00 2001 From: David Totrashvili <8580261+totraev@users.noreply.github.com> Date: Fri, 6 Dec 2024 05:10:24 +0500 Subject: [PATCH] fix: no inpit UTXOs provided (#461) --- src/app/components/Staking/Staking.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/app/components/Staking/Staking.tsx b/src/app/components/Staking/Staking.tsx index 736069d5..0f8ddff1 100644 --- a/src/app/components/Staking/Staking.tsx +++ b/src/app/components/Staking/Staking.tsx @@ -300,15 +300,6 @@ export const Staking = () => { errorMsg = "Not enough balance to cover staking amount and fees, please lower the staking amount"; } - // fees + staking amount can be more than the balance - showError({ - error: { - message: errorMsg, - errorState: ErrorState.STAKING, - }, - retryAction: () => setSelectedFeeRate(0), - }); - setSelectedFeeRate(0); return 0; } } else {