Bug Description
-
Where? ReceivedInvoice.jsx
-
Issue: checkBalance logic for fees.
-
Fix: Logic checks ethBalance < BigInt(fee) but ignores gas costs.
-
Why: A transaction will fail even if they have exactly the fee amount, because they need Fee + Gas
Steps to Reproduce
N/A
Logs and Screenshots
N/A
Environment Details
N/A
Impact
Critical - Application is unusable
Code of Conduct