mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-03-26 17:41:43 +01:00
typo
This commit is contained in:
parent
1362a9c0ba
commit
8dccce8f88
@ -741,8 +741,8 @@ class Bot:
|
||||
elif ispaid is None: # invoice expired
|
||||
self.invoice_list.remove(invoice)
|
||||
|
||||
if Timestamp.now().as_secs() > invoice.expires:
|
||||
self.job_list.remove(invoice)
|
||||
elif Timestamp.now().as_secs() > invoice.expires:
|
||||
self.invoice_list.remove(invoice)
|
||||
|
||||
|
||||
await asyncio.sleep(1.0)
|
||||
|
@ -16,7 +16,7 @@ class DVMConfig:
|
||||
FIX_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://relay.nostr.net"
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user