Commit 7c8cc57
core/vm: don't call SetCode after contract creation if initcode didn't return anything (ethereum#32916)
The code change is a noop here, and the tracing hook shouldn't be
invoked if the account code doesn't actually change.1 parent c27dc93 commit 7c8cc57
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
604 | | - | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
605 | 607 | | |
606 | 608 | | |
607 | 609 | | |
| |||
0 commit comments