Commit 69dafd1
committed
[SharovBot] fix(test): replace accounts.EmptyCodeHash with common.Hash{} for release/3.3 compat
EmptyCodeHash is not exported in the release/3.3 accounts package; use the
zero-value common.Hash{} instead. Functionally identical for nonce-eviction tests.1 parent 2c7fdc8 commit 69dafd1
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1837 | 1837 | | |
1838 | 1838 | | |
1839 | 1839 | | |
1840 | | - | |
| 1840 | + | |
1841 | 1841 | | |
1842 | 1842 | | |
1843 | 1843 | | |
| |||
1925 | 1925 | | |
1926 | 1926 | | |
1927 | 1927 | | |
1928 | | - | |
| 1928 | + | |
1929 | 1929 | | |
1930 | 1930 | | |
1931 | 1931 | | |
| |||
0 commit comments