From 9bb4fb03288d481c7c41390dc54a18b7a95e8192 Mon Sep 17 00:00:00 2001 From: Alex Forshtat Date: Sun, 21 Jul 2024 11:11:52 +0200 Subject: [PATCH] Move the 'TraceRip7560Validation' API to the 'eth' namespace, from the 'debug' --- eth/tracers/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/tracers/api.go b/eth/tracers/api.go index e04f503aeb..0c2a6244b0 100644 --- a/eth/tracers/api.go +++ b/eth/tracers/api.go @@ -1023,7 +1023,7 @@ func APIs(backend Backend) []rpc.API { Namespace: "debug", Service: NewAPI(backend), }, { - Namespace: "debug", + Namespace: "eth", Service: NewRip7560API(backend), }, }