mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 21:26:42 +00:00
use default config
This commit is contained in:
parent
22580d2237
commit
aa3377ac4e
1 changed files with 2 additions and 2 deletions
|
|
@ -590,10 +590,10 @@ var (
|
|||
Value: ethconfig.Defaults.RPCTxFeeCap,
|
||||
Category: flags.APICategory,
|
||||
}
|
||||
EthGetLogMaxAddressFlag = &cli.Uint64Flag{
|
||||
EthGetLogMaxAddressFlag = &cli.IntFlag{
|
||||
Name: "rpc.getlogmaxaddrs",
|
||||
Usage: "Maximum number of addresses allowed in eth_getLogs filter criteria",
|
||||
Value: 1000,
|
||||
Value: ethconfig.Defaults.FilterMaxAddresses,
|
||||
Category: flags.APICategory,
|
||||
}
|
||||
// Authenticated RPC HTTP settings
|
||||
|
|
|
|||
Loading…
Reference in a new issue