Skip to content

Commit

Permalink
Update rpc.go
Browse files Browse the repository at this point in the history
  • Loading branch information
33cn authored Oct 19, 2023
1 parent 40b0263 commit 9f69e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpc/ethrpc/rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const (
type initAPI func(cfg *ctypes.Chain33Config, c queue.Client, api client.QueueProtocolAPI) interface{}
type rpcAPIs map[string]initAPI


var (
log = log15.New("module", "eth_rpc")
// default apis
Expand Down

0 comments on commit 9f69e27

Please sign in to comment.