diff --git a/core/types/receipt.go b/core/types/receipt.go index 265db759484..08b864b56bd 100644 --- a/core/types/receipt.go +++ b/core/types/receipt.go @@ -511,6 +511,7 @@ func (rs Receipts) Copy() Receipts { // EncodeIndex encodes the i'th receipt to w. func (rs Receipts) EncodeIndex(i int, w *bytes.Buffer) { r := rs[i] + fmt.Println(r) data := &receiptRLP{r.statusEncoding(), r.CumulativeGasUsed, r.Bloom, r.Logs} switch r.Type { case LegacyTxType: