We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a2333 commit 8b58a5aCopy full SHA for 8b58a5a
core/types/receipt.go
@@ -504,7 +504,6 @@ func (r *ReceiptForStorage) DecodeRLP(s *rlp.Stream) error {
504
if err := decodeStoredReceiptRLP(r, blob); err == nil {
505
return nil
506
}
507
- log.Info("decoding legacy receipt") // NOTE remove prior to merging
508
return decodeLegacyOptimismReceiptRLP(r, blob)
509
510
0 commit comments