Skip to content

Commit

Permalink
fix: remove invalid frost resharing
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 committed Sep 16, 2024
1 parent fca7423 commit e08d05c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions chains/evm/listener/eventHandlers/event-handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,14 +389,6 @@ func (eh *RefreshEventHandler) HandleEvents(
log.Err(err).Msgf("Failed executing ecdsa key refresh")
return nil
}
frostResharing := frostResharing.NewResharing(
eh.sessionID(startBlock), topology.Threshold, eh.host, eh.communication, eh.frostStorer,
)
err = eh.coordinator.Execute(context.Background(), []tss.TssProcess{frostResharing}, make(chan interface{}, 1))
if err != nil {
log.Err(err).Msgf("Failed executing frost key refresh")
return nil
}
return nil
}

Expand Down

0 comments on commit e08d05c

Please sign in to comment.