Commit 433b74f
authored
fix(levm): remove unneeded clone of transaction log (#5028)
**Motivation**
Cloning the transaction log can be expensive (blocks may contain
thousands of logs) and this clone isn't needed.
**Description**
Removes a clone of the transaction logs and a nearby (but much less
impactful) unneeded clone.1 parent 6c39fc2 commit 433b74f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments