Skip to content

Commit 0b927a3

Browse files
committed
Review feedback
1 parent 742dcba commit 0b927a3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

block/internal/syncing/da_retriever.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -271,12 +271,6 @@ func (r *daRetriever) tryDecodeHeader(bz []byte, daHeight uint64) *types.SignedH
271271
}
272272
r.logger.Debug().Uint64("height", header.Height()).Msg("DA envelope signature verified")
273273
isValidEnvelope = true
274-
} else {
275-
// No signature in envelope? Treat as legacy or invalid.
276-
if r.strictMode {
277-
r.logger.Warn().Msg("strict mode is enabled, rejecting envelope without signature")
278-
return nil
279-
}
280274
}
281275
}
282276
if r.strictMode && !isValidEnvelope {

0 commit comments

Comments
 (0)