Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 5692c67

Browse files
authored
Merge pull request #1059 from alpeb-btc/fedi-send-inflight
Show in-flight fedimint sends
2 parents 497aa05 + c715450 commit 5692c67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mutiny-core/src/federation.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,7 @@ impl<S: MutinyStorage> FederationClient<S> {
560560
let mut stored_payment: MutinyInvoice = invoice.clone().into();
561561
stored_payment.inbound = inbound;
562562
stored_payment.labels = labels;
563+
stored_payment.status = HTLCStatus::InFlight;
563564
let hash = stored_payment.payment_hash.into_32();
564565
let payment_info = PaymentInfo::from(stored_payment);
565566
persist_payment_info(&self.storage, &hash, &payment_info, inbound)?;

0 commit comments

Comments
 (0)