do it
This commit is contained in:
@@ -3,7 +3,6 @@ NetworkId = 1115
|
||||
NoPruning = false
|
||||
NoPrefetch = false
|
||||
LightPeers = 100
|
||||
UltraLightFraction = 75
|
||||
TrieTimeout = 100000000000
|
||||
EnablePreimageRecording = false
|
||||
EWASMInterpreter = ""
|
||||
@@ -14,7 +13,6 @@ GasFloor = 30000000
|
||||
GasCeil = 40000000
|
||||
GasPrice = 1000000000
|
||||
Recommit = 10000000000
|
||||
Noverify = false
|
||||
|
||||
[Eth.TxPool]
|
||||
Locals = []
|
||||
|
||||
@@ -36,7 +36,8 @@ HTTPPort = 8545
|
||||
HTTPVirtualHosts = ["*"]
|
||||
HTTPModules = ["eth", "net", "web3", "txpool", "satoshi"]
|
||||
WSPort = 8545
|
||||
WSModules = ["eth", "net", "web3", "txpool", satoshi"]
|
||||
WSModules = ["eth", "net", "web3", "txpool", "satoshi"]
|
||||
|
||||
[Node.P2P]
|
||||
MaxPeers = 30
|
||||
NoDiscovery = false
|
||||
|
||||
Reference in New Issue
Block a user