Skip to content

Commit 5311776

Browse files
committed
x
1 parent 82a1666 commit 5311776

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

e2etest/local_actpool_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@ func newActPoolConfig() (config.Config, error) {
174174
cfg.ActPool.MinGasPriceStr = "0"
175175
cfg.Consensus.Scheme = config.NOOPScheme
176176
cfg.Network.Port = testutil.RandomPort()
177-
cfg.Explorer.Enabled = true
178-
cfg.Explorer.Port = 0
179177
cfg.System.EnableExperimentalActions = true
180178

181179
sk, err := keypair.GenerateKey()

e2etest/local_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -568,8 +568,6 @@ func newTestConfig() (config.Config, error) {
568568
cfg.Consensus.Scheme = config.NOOPScheme
569569
cfg.Network.Port = testutil.RandomPort()
570570
cfg.API.Port = testutil.RandomPort()
571-
cfg.Explorer.Enabled = true
572-
cfg.Explorer.Port = 0
573571
cfg.System.EnableExperimentalActions = true
574572

575573
sk, err := keypair.GenerateKey()

e2etest/multichain_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ func TestTwoChains(t *testing.T) {
3636
cfg.Chain.ProducerPrivKey = identityset.PrivateKey(1).HexString()
3737
cfg.Chain.TrieDBPath = testTriePath
3838
cfg.Chain.ChainDBPath = testDBPath
39-
cfg.Explorer.Enabled = true
40-
cfg.Explorer.Port = testutil.RandomPort()
4139
cfg.Network.Port = testutil.RandomPort()
4240
cfg.System.EnableExperimentalActions = true
4341

0 commit comments

Comments
 (0)