Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/mpcium-cli/generate-identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion config.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading