revert fiat amounts :(

This commit is contained in:
dni ⚡
2024-10-18 09:08:00 +02:00
parent f5e59cdf49
commit 5f32cfc053
4 changed files with 14 additions and 30 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ async def test_invoice_changed(to_wallet: Wallet):
invoice.amount_msat = MilliSatoshi(12000)
payment_request = bolt11_encode(invoice)
with pytest.raises(PaymentError, match="Invalid invoice."):
with pytest.raises(PaymentError, match="Invalid invoice. Bolt11 changed."):
await pay_invoice(
wallet_id=to_wallet.id,
payment_request=payment_request,