Skip to content

Commit

Permalink
chore: remove keyshare check (#310)
Browse files Browse the repository at this point in the history
Signed-off-by: tcar <[email protected]>
  • Loading branch information
tcar121293 authored Jun 21, 2024
1 parent d2e83e9 commit 4f50c7c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions chains/evm/listener/eventHandlers/event-handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,6 @@ func (eh *FrostKeygenEventHandler) HandleEvents(
startBlock *big.Int,
endBlock *big.Int,
) error {
key, err := eh.storer.GetKeyshare()
if (key.Threshold != 0) && (err == nil) {
return nil
}

keygenEvents, err := eh.eventListener.FetchFrostKeygenEvents(
context.Background(), eh.contractAddress, startBlock, endBlock,
)
Expand Down

0 comments on commit 4f50c7c

Please sign in to comment.