Move the 'TraceRip7560Validation' API to the 'eth' namespace, from the 'debug'

This commit is contained in:
Alex Forshtat 2024-07-21 11:11:52 +02:00
parent 1712985683
commit 9bb4fb0328

View file

@ -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),
}, },
} }