We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1261411 commit 2ac742cCopy full SHA for 2ac742c
cmd/service/run/keygen.go
@@ -64,6 +64,7 @@ var keygenCmd = &cobra.Command{
64
tss.LocalKeygenParty{
65
PreParams: *preParams,
66
Address: account.CosmosAddress(),
67
+ Threshold: cfg.TssSessionParams().Threshold,
68
},
69
cfg.Parties(),
70
cfg.TssSessionParams(),
0 commit comments