Skip to content

Commit cec9143

Browse files
committed
app: use description on fake payment creation
1 parent 9833c2d commit cec9143

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/lib/route/send/state.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ class SendState_Preflighted implements SendState {
418418
status: PaymentStatus.pending,
419419
statusStr: "syncing from node",
420420
invoice: preflighted.invoice,
421+
description: preflighted.invoice.description,
421422
note: note,
422423

423424
// Choose some reasonable values until we can get these from the
@@ -459,6 +460,7 @@ class SendState_Preflighted implements SendState {
459460
status: PaymentStatus.pending,
460461
statusStr: "syncing from node",
461462
offer: preflighted.offer,
463+
description: preflighted.offer.description,
462464
note: note,
463465

464466
// Choose some reasonable values until we can get these from the

0 commit comments

Comments
 (0)