fix: rebase issues

This commit is contained in:
thesimplekid
2024-10-25 13:41:40 +01:00
parent 4e52609d62
commit 58e7226cff
2 changed files with 2 additions and 10 deletions

View File

@@ -91,10 +91,7 @@ pub async fn pay_request(
true,
)
.await?
.proofs()
.get(&matching_wallet.mint_url)
.unwrap()
.clone();
.proofs();
let payload = PaymentRequestPayload {
id: payment_request.payment_id.clone(),