Skip to content

Commit

Permalink
fixed a reference
Browse files Browse the repository at this point in the history
  • Loading branch information
CluEleSsUK committed Jan 9, 2024
1 parent b1642c0 commit 52b3df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dkg/execution.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func (d *Process) startDKGExecution(

output := ExecutionOutput{
FinalGroup: &groupFile,
KeyShare: &share,
KeyShare: share,
}
return &output, nil
case <-time.After(time.Until(current.Timeout)):
Expand Down

0 comments on commit 52b3df7

Please sign in to comment.