Skip to content

Commit

Permalink
removed todo
Browse files Browse the repository at this point in the history
  • Loading branch information
renaynay committed Jun 5, 2020
1 parent e949080 commit 58f7109
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eth/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,6 @@ func New(stack *node.Node, config *Config) (*Ethereum, error) {
return nil, err
}

// TODO don't forget to RegisterName on rpc.Server!!!!!!!!

// Register the backend on the node
stack.RegisterAPIs(eth.APIs())
if err := stack.RegisterProtocols(eth.Protocols()); err != nil {
Expand Down

0 comments on commit 58f7109

Please sign in to comment.