mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
These RPC calls are analogous to Parity's parity_addReservedPeer and parity_removeReservedPeer. They are useful for adjusting the trusted peer set during runtime, without requiring restarting the server. |
||
|---|---|---|
| .. | ||
| api.go | ||
| config.go | ||
| config_test.go | ||
| defaults.go | ||
| doc.go | ||
| errors.go | ||
| node.go | ||
| node_example_test.go | ||
| node_test.go | ||
| service.go | ||
| service_test.go | ||
| utils_test.go | ||