Update eth/tracers/live/filter.go

Co-authored-by: Sina M <1591639+s1na@users.noreply.github.com>
pull/30255/head
Delweng 4 weeks ago committed by GitHub
parent 5f6cb53130
commit 269d4a74df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      eth/tracers/live/filter.go

@ -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…
Cancel
Save