Skip to content

Commit

Permalink
failing RKG1 reruns RKG
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMct committed Apr 22, 2024
1 parent 32ee891 commit d72e844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@ func (s *Executor) runAsAggregator(ctx context.Context, sess *sessions.Session,
if agg.Error != nil {
// re-run the failing sig
sig := pd.Signature
if sig.Type == RKG {
sig.Type = RKG1
if sig.Type == RKG1 {
sig.Type = RKG
}
return s.runSignature(ctx, sig, aggOutRec)
}
Expand Down

0 comments on commit d72e844

Please sign in to comment.