Skip to content

Commit

Permalink
Update startup.py, check blink key (#516)
Browse files Browse the repository at this point in the history
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",
  • Loading branch information
findingsov authored Apr 19, 2024
1 parent fa3e2fd commit 72ad903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cashu/mint/startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"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",
Expand Down

0 comments on commit 72ad903

Please sign in to comment.