Commit f92d8c0
authored
fix(vulture): track the hash_tree_root handler rename (leanEthereum#1150)
The single-dispatch hash_tree_root handlers were renamed from the _htr_ prefix
to the spelled-out _hash_tree_root_ prefix, but the whitelist kept the old
names. With the old names no longer defined, vulture reports the renamed
handlers as unused and the dead-code check fails. Update the whitelist entries
to the current names.1 parent d9028d9 commit f92d8c0
1 file changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments