Skip to content

Commit

Permalink
Add missing rate variables
Browse files Browse the repository at this point in the history
  • Loading branch information
minibits-cash committed May 7, 2024
1 parent 3e72c1a commit fc6652d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cashu/lightning/fake.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@


class FakeWallet(LightningBackend):
fake_btc_price = 1e8 / 1337
fake_btcusd_price = 1e8 / 1556
fake_btceur_price = 1e8 / 1672
queue: asyncio.Queue[Bolt11] = asyncio.Queue(0)
payment_secrets: Dict[str, str] = dict()
paid_invoices: Set[str] = set()
Expand Down

0 comments on commit fc6652d

Please sign in to comment.