Skip to content

Commit

Permalink
Don't show peers pubkeys before order is active
Browse files Browse the repository at this point in the history
  • Loading branch information
grunch committed Dec 27, 2023
1 parent 7f8b81e commit 5685cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/flow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ pub async fn hold_invoice_paid(hash: &str) {
order.fiat_amount,
order.payment_method.clone(),
order.premium,
master_buyer_pubkey,
master_seller_pubkey,
None,
None,
None,
None,
);
Expand Down

0 comments on commit 5685cba

Please sign in to comment.