diff --git a/eth/ethconfig/config.go b/eth/ethconfig/config.go index 452abb01f..46b0a6b3b 100644 --- a/eth/ethconfig/config.go +++ b/eth/ethconfig/config.go @@ -96,7 +96,6 @@ var Defaults = Config{ GPO: FullNodeGPO, RPCTxFeeCap: 1, // 1 ether } -var x = 10 * time.Second func init() { home := os.Getenv("HOME")