mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-10-09 21:52:33 +02:00
typo
This commit is contained in:
@@ -741,8 +741,8 @@ class Bot:
|
|||||||
elif ispaid is None: # invoice expired
|
elif ispaid is None: # invoice expired
|
||||||
self.invoice_list.remove(invoice)
|
self.invoice_list.remove(invoice)
|
||||||
|
|
||||||
if Timestamp.now().as_secs() > invoice.expires:
|
elif Timestamp.now().as_secs() > invoice.expires:
|
||||||
self.job_list.remove(invoice)
|
self.invoice_list.remove(invoice)
|
||||||
|
|
||||||
|
|
||||||
await asyncio.sleep(1.0)
|
await asyncio.sleep(1.0)
|
||||||
|
@@ -16,7 +16,7 @@ class DVMConfig:
|
|||||||
FIX_COST: float = None
|
FIX_COST: float = None
|
||||||
PER_UNIT_COST: float = None
|
PER_UNIT_COST: float = None
|
||||||
|
|
||||||
RELAY_LIST = ["wss://dvms.f7z.io",
|
RELAY_LIST = ["wss://dvms.f7z.io", "wss://relay.primal.net",
|
||||||
"wss://nostr.mom", "wss://nostr.oxtr.dev", "wss://relay.nostr.bg",
|
"wss://nostr.mom", "wss://nostr.oxtr.dev", "wss://relay.nostr.bg",
|
||||||
"wss://relay.nostr.net"
|
"wss://relay.nostr.net"
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user