We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc7cf5 commit d879231Copy full SHA for d879231
src/screens/Wallets/Send/ReviewAndSend.tsx
@@ -515,8 +515,9 @@ const ReviewAndSend = ({
515
warnings.push('dialog4');
516
}
517
518
- // Check if the user is setting the minimum relay fee given the current fee environment.
+ // Check if the user is setting the minimum fee given the current fee environment.
519
if (
520
+ !transaction.lightningInvoice &&
521
transaction.satsPerByte &&
522
// This check is to prevent situations where all values are set to 1sat/vbyte. Where setting 1sat/vbyte is perfectly fine.
523
feeEstimates.minimum < feeEstimates.slow &&
0 commit comments