Skip to content

Commit

Permalink
remove unnecessary pay
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Jul 8, 2024
1 parent 1fb9e0f commit e9112e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_wallet_lightning.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ async def test_check_invoice_internal(wallet: LightningWallet):
invoice = await wallet.create_invoice(64)
assert invoice.payment_request
assert invoice.checking_id
await pay_if_regtest(invoice.payment_request)
status = await wallet.get_invoice_status(invoice.checking_id)
assert status.paid

Expand Down

0 comments on commit e9112e7

Please sign in to comment.