Skip to content

Commit

Permalink
fix: no inpit UTXOs provided (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
totraev authored Dec 6, 2024
1 parent 55aa7f9 commit 6c14552
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/app/components/Staking/Staking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6c14552

Please sign in to comment.