From bf7054b11c7269b034ef534d0a1c0953d6b5d9ba Mon Sep 17 00:00:00 2001 From: maradini77 <140460067+maradini77@users.noreply.github.com> Date: Tue, 28 Oct 2025 17:58:05 +0100 Subject: [PATCH] Update backend.go --- eth/backend.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/backend.go b/eth/backend.go index 8509561822..cfbef360d0 100644 --- a/eth/backend.go +++ b/eth/backend.go @@ -386,7 +386,7 @@ func makeExtraData(extra []byte) []byte { // APIs return the collection of RPC services the ethereum package offers. // NOTE, some of these services probably need to be moved to somewhere else. func (s *Ethereum) APIs() []rpc.API { - apis := ethapi.GetAPIs(s.APIBackend) + apis := ethapi.APIs(s.APIBackend) // Append all the local APIs and return return append(apis, []rpc.API{