Skip to content

Commit

Permalink
remove wait for lightning fakewallet lightning invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Jul 8, 2024
1 parent 96b9e15 commit c80faa4
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 @@ -91,7 +91,6 @@ async def test_pay_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)
await wallet.get_invoice_status(invoice.checking_id)
assert wallet.available_balance >= 64

Expand Down

0 comments on commit c80faa4

Please sign in to comment.