Remove unused variable

This commit is contained in:
Bret Palsson 2021-11-03 13:47:57 -07:00
parent 551df8feae
commit f5f858da61

View File

@ -96,7 +96,6 @@ var Defaults = Config{
GPO: FullNodeGPO, GPO: FullNodeGPO,
RPCTxFeeCap: 1, // 1 ether RPCTxFeeCap: 1, // 1 ether
} }
var x = 10 * time.Second
func init() { func init() {
home := os.Getenv("HOME") home := os.Getenv("HOME")