mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-16 18:00:46 +00:00
parent
0c293e5c34
commit
4f738d2191
3 changed files with 26 additions and 26 deletions
File diff suppressed because one or more lines are too long
|
|
@ -31,7 +31,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
register("nativePrestateTracer", newPrestateTracer)
|
register("prestateTracer", newPrestateTracer)
|
||||||
}
|
}
|
||||||
|
|
||||||
type prestate = map[common.Address]*account
|
type prestate = map[common.Address]*account
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue