Commit 61c3332
eth/downloader: fix missing receipt (ethereum#31952)
This fixes a regression introduced by ethereum#29158 where receipts of empty blocks
were stored into the database as an empty byte array, instead of an RLP empty list.
Fixes ethereum#31938
---------
Co-authored-by: Felix Lange <fjl@twurst.com>1 parent 818d23f commit 61c3332
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
88 | 93 | | |
89 | 94 | | |
90 | 95 | | |
| |||
0 commit comments