Skip to content

Commit

Permalink
fix keygen session
Browse files Browse the repository at this point in the history
  • Loading branch information
slbmax committed Feb 7, 2025
1 parent 1261411 commit 2ac742c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/service/run/keygen.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ var keygenCmd = &cobra.Command{
tss.LocalKeygenParty{
PreParams: *preParams,
Address: account.CosmosAddress(),
Threshold: cfg.TssSessionParams().Threshold,
},
cfg.Parties(),
cfg.TssSessionParams(),
Expand Down

0 comments on commit 2ac742c

Please sign in to comment.