We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9833c2d commit cec9143Copy full SHA for cec9143
app/lib/route/send/state.dart
@@ -418,6 +418,7 @@ class SendState_Preflighted implements SendState {
418
status: PaymentStatus.pending,
419
statusStr: "syncing from node",
420
invoice: preflighted.invoice,
421
+ description: preflighted.invoice.description,
422
note: note,
423
424
// Choose some reasonable values until we can get these from the
@@ -459,6 +460,7 @@ class SendState_Preflighted implements SendState {
459
460
461
462
offer: preflighted.offer,
463
+ description: preflighted.offer.description,
464
465
466
0 commit comments