plugeth/node
Alex Prut ef84da8481
all: remove unneeded parentheses (#21921)
* remove uneeded convertion type

* remove redundant type in composite literal

* omit explicit type where implicit

* remove unused redundant parenthesis

* remove redundant import alias duktape
2021-02-02 11:32:44 +02:00
..
api_test.go cmd/geth, node: allow configuring JSON-RPC on custom path prefix (#22184) 2021-02-02 10:05:46 +01:00
api.go node: refactor package node (#21105) 2020-08-03 19:40:46 +02:00
config_test.go cmd, node, p2p/simulations: fix node account manager leak (#19004) 2019-02-07 12:40:36 +02:00
config.go cmd/geth, node: allow configuring JSON-RPC on custom path prefix (#22184) 2021-02-02 10:05:46 +01:00
defaults.go node: refactor package node (#21105) 2020-08-03 19:40:46 +02:00
doc.go node: refactor package node (#21105) 2020-08-03 19:40:46 +02:00
endpoints.go node: refactor package node (#21105) 2020-08-03 19:40:46 +02:00
errors.go node: refactor package node (#21105) 2020-08-03 19:40:46 +02:00
lifecycle.go node: refactor package node (#21105) 2020-08-03 19:40:46 +02:00
node_example_test.go node: refactor package node (#21105) 2020-08-03 19:40:46 +02:00
node_test.go cmd/geth, node: allow configuring JSON-RPC on custom path prefix (#22184) 2021-02-02 10:05:46 +01:00
node.go cmd/geth, node: allow configuring JSON-RPC on custom path prefix (#22184) 2021-02-02 10:05:46 +01:00
rpcstack_test.go cmd/geth, node: allow configuring JSON-RPC on custom path prefix (#22184) 2021-02-02 10:05:46 +01:00
rpcstack.go cmd/geth, node: allow configuring JSON-RPC on custom path prefix (#22184) 2021-02-02 10:05:46 +01:00
utils_test.go all: remove unneeded parentheses (#21921) 2021-02-02 11:32:44 +02:00