From f09186d43e1e06bc7ecad15ac10f87065769b36e Mon Sep 17 00:00:00 2001 From: David Totraev Date: Thu, 5 Dec 2024 18:49:57 +0500 Subject: [PATCH] fix: no inpit UTXOs provided --- 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 {