mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-04 01:14:21 +01:00
Mint: store Y in db (#412)
* storage y db * for proofs_pending as well * pending check with Y * fix pending table * test_race_pending * skip race condition test on github * skip test on github actions * move test_cli.py -> test_wallet_cli.py * get full proof from memory * add domain separation wallet
This commit is contained in:
@@ -30,6 +30,7 @@ WALLET = wallet_class()
|
||||
is_fake: bool = WALLET.__class__.__name__ == "FakeWallet"
|
||||
is_regtest: bool = not is_fake
|
||||
is_deprecated_api_only = settings.debug_mint_only_deprecated
|
||||
is_github_actions = os.getenv("GITHUB_ACTIONS") == "true"
|
||||
|
||||
docker_lightning_cli = [
|
||||
"docker",
|
||||
|
||||
Reference in New Issue
Block a user