mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Update eth/tracers/live/filter.go
Co-authored-by: Sina M <1591639+s1na@users.noreply.github.com> Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
8750e2d975
commit
d358f398c9
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ func toKVKey(name string, number uint64, hash common.Hash) []byte {
|
||||||
typo = byte('C')
|
typo = byte('C')
|
||||||
case "flatCallTracer":
|
case "flatCallTracer":
|
||||||
typo = byte('F')
|
typo = byte('F')
|
||||||
case "prestateCallTracer":
|
case "prestateTracer":
|
||||||
typo = byte('S')
|
typo = byte('S')
|
||||||
case "parityTracer":
|
case "parityTracer":
|
||||||
typo = byte('P')
|
typo = byte('P')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue