mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
Move the 'TraceRip7560Validation' API to the 'eth' namespace, from the 'debug'
This commit is contained in:
parent
1712985683
commit
9bb4fb0328
1 changed files with 1 additions and 1 deletions
|
|
@ -1023,7 +1023,7 @@ func APIs(backend Backend) []rpc.API {
|
||||||
Namespace: "debug",
|
Namespace: "debug",
|
||||||
Service: NewAPI(backend),
|
Service: NewAPI(backend),
|
||||||
}, {
|
}, {
|
||||||
Namespace: "debug",
|
Namespace: "eth",
|
||||||
Service: NewRip7560API(backend),
|
Service: NewRip7560API(backend),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue