mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
Update backend.go
This commit is contained in:
parent
739f6f46a2
commit
bffa03ff07
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ type Backend interface {
|
||||||
NewMatcherBackend() filtermaps.MatcherBackend
|
NewMatcherBackend() filtermaps.MatcherBackend
|
||||||
}
|
}
|
||||||
|
|
||||||
func GetAPIs(apiBackend Backend) []rpc.API {
|
func APIs(apiBackend Backend) []rpc.API {
|
||||||
nonceLock := new(AddrLocker)
|
nonceLock := new(AddrLocker)
|
||||||
return []rpc.API{
|
return []rpc.API{
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue