We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4e05f commit 51239b0Copy full SHA for 51239b0
rolling-shutter/keyperimpl/gnosis/newslot.go
@@ -309,7 +309,7 @@ func (kpr *Keyper) getDecryptionIdentityPreimages(
309
gas += uint64(event.GasLimit)
310
// We need to add at least one transaction otherwise the tx-pointer will get stuck
311
// if the next tx has a gas limit higher than the configured gas limit
312
- if gas > kpr.config.Gnosis.EncryptedGasLimit && len(identityPreimages) > 0 {
+ if gas > kpr.config.Gnosis.EncryptedGasLimit && len(identityPreimages) > 1 {
313
break
314
}
315
identityPreimage, err := transactionSubmittedEventToIdentityPreimage(event)
0 commit comments