diff --git a/cmd/mpcium-cli/generate-identity.go b/cmd/mpcium-cli/generate-identity.go index 3bc5920..bf6dbe9 100644 --- a/cmd/mpcium-cli/generate-identity.go +++ b/cmd/mpcium-cli/generate-identity.go @@ -23,7 +23,7 @@ type Identity struct { NodeName string `json:"node_name"` NodeID string `json:"node_id"` PublicKey string `json:"public_key"` // Hex-encoded - CreatedAt string `djson:"created_at"` + CreatedAt string `json:"created_at"` } // requestPassword prompts for password, confirms it, validates strength, and reminds to back it up diff --git a/config.yaml.template b/config.yaml.template index 10aa74b..2423261 100644 --- a/config.yaml.template +++ b/config.yaml.template @@ -7,7 +7,6 @@ mpc_threshold: 2 environment: development badger_password: "your_badger_password" event_initiator_pubkey: "event_initiator_pubkey" -max_concurrent_keygen: 2 db_path: "." backup_enabled: true backup_period_seconds: 300 # 5 minutes