mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-23 19:54:18 +01:00
Update startup.py, check blink key (#516)
Missing blink key here-added:
for key, value in settings.dict().items():
if key in [
"mint_private_key",
"mint_seed_decryption_key",
"nostr_private_key",
"mint_lnbits_key",
"mint_blink_key",
This commit is contained in:
@@ -28,6 +28,7 @@ for key, value in settings.dict().items():
|
||||
"mint_seed_decryption_key",
|
||||
"nostr_private_key",
|
||||
"mint_lnbits_key",
|
||||
"mint_blink_key",
|
||||
"mint_strike_key",
|
||||
"mint_lnd_rest_macaroon",
|
||||
"mint_lnd_rest_admin_macaroon",
|
||||
|
||||
Reference in New Issue
Block a user