From a52c3e3eae9b4d86c081f3377dd488bc2c7ec6c3 Mon Sep 17 00:00:00 2001 From: anhthii Date: Thu, 7 Aug 2025 23:34:32 +0700 Subject: [PATCH] Remove redundant config field --- cmd/mpcium-cli/generate-identity.go | 2 +- config.yaml.template | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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