mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 10:34:20 +01:00
parse env example (#677)
This commit is contained in:
@@ -732,6 +732,12 @@ class MintKeyset:
|
|||||||
input_fee_ppk: Optional[int] = None,
|
input_fee_ppk: Optional[int] = None,
|
||||||
id: str = "",
|
id: str = "",
|
||||||
):
|
):
|
||||||
|
DEFAULT_SEED = "supersecretprivatekey"
|
||||||
|
if seed == DEFAULT_SEED:
|
||||||
|
raise Exception(
|
||||||
|
f"Seed is set to default value '{DEFAULT_SEED}'. Please change it."
|
||||||
|
)
|
||||||
|
|
||||||
self.derivation_path = derivation_path
|
self.derivation_path = derivation_path
|
||||||
|
|
||||||
if encrypted_seed and not settings.mint_seed_decryption_key:
|
if encrypted_seed and not settings.mint_seed_decryption_key:
|
||||||
|
|||||||
Reference in New Issue
Block a user