Skip to content

Commit bffa03f

Browse files
authored
Update backend.go
1 parent 739f6f4 commit bffa03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ethapi/backend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ type Backend interface {
103103
NewMatcherBackend() filtermaps.MatcherBackend
104104
}
105105

106-
func GetAPIs(apiBackend Backend) []rpc.API {
106+
func APIs(apiBackend Backend) []rpc.API {
107107
nonceLock := new(AddrLocker)
108108
return []rpc.API{
109109
{

0 commit comments

Comments
 (0)