Skip to content

Commit 2ac742c

Browse files
committed
fix keygen session
1 parent 1261411 commit 2ac742c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/service/run/keygen.go

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ var keygenCmd = &cobra.Command{
6464
tss.LocalKeygenParty{
6565
PreParams: *preParams,
6666
Address: account.CosmosAddress(),
67+
Threshold: cfg.TssSessionParams().Threshold,
6768
},
6869
cfg.Parties(),
6970
cfg.TssSessionParams(),

0 commit comments

Comments
 (0)