mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-23 11:44:19 +01:00
Testing: check if pipeline gets stuck because of startup task (#745)
* lets check if this gets stuck with postgres or not * check if it works if I add sleeps * replace startup_ledger with await ledger._check_pending_proofs_and_melt_quotes() in tests * fix typo to trigger tests again
This commit is contained in:
@@ -66,7 +66,13 @@ from .tasks import LedgerTasks
|
||||
from .verification import LedgerVerification
|
||||
|
||||
|
||||
class Ledger(LedgerVerification, LedgerSpendingConditions, LedgerTasks, LedgerFeatures, LedgerKeysets):
|
||||
class Ledger(
|
||||
LedgerVerification,
|
||||
LedgerSpendingConditions,
|
||||
LedgerTasks,
|
||||
LedgerFeatures,
|
||||
LedgerKeysets,
|
||||
):
|
||||
backends: Mapping[Method, Mapping[Unit, LightningBackend]] = {}
|
||||
keysets: Dict[str, MintKeyset] = {}
|
||||
events = LedgerEventManager()
|
||||
|
||||
Reference in New Issue
Block a user