Skip to content

Commit a52c3e3

Browse files
committed
Remove redundant config field
1 parent e156d0b commit a52c3e3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

cmd/mpcium-cli/generate-identity.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type Identity struct {
2323
NodeName string `json:"node_name"`
2424
NodeID string `json:"node_id"`
2525
PublicKey string `json:"public_key"` // Hex-encoded
26-
CreatedAt string `djson:"created_at"`
26+
CreatedAt string `json:"created_at"`
2727
}
2828

2929
// requestPassword prompts for password, confirms it, validates strength, and reminds to back it up

config.yaml.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ mpc_threshold: 2
77
environment: development
88
badger_password: "your_badger_password"
99
event_initiator_pubkey: "event_initiator_pubkey"
10-
max_concurrent_keygen: 2
1110
db_path: "."
1211
backup_enabled: true
1312
backup_period_seconds: 300 # 5 minutes

0 commit comments

Comments
 (0)