problem: unused options
This commit is contained in:
@@ -19,7 +19,6 @@ class UpstreamsConfigReaderSpec extends Specification {
|
||||
with(get(0)) {
|
||||
chains == ["ethereum"]
|
||||
options.minPeers == 3
|
||||
options.disableSyncing
|
||||
}
|
||||
}
|
||||
act.upstreams.size() == 2
|
||||
|
||||
@@ -4,7 +4,6 @@ defaultOptions:
|
||||
- chains:
|
||||
- ethereum
|
||||
options:
|
||||
disable-syncing: true
|
||||
min-peers: 3
|
||||
|
||||
upstreams:
|
||||
|
||||
@@ -4,7 +4,6 @@ defaultOptions:
|
||||
- chains:
|
||||
- ethereum
|
||||
options:
|
||||
disable-syncing: true
|
||||
min-peers: 3
|
||||
|
||||
upstreams:
|
||||
|
||||
@@ -4,7 +4,6 @@ defaultOptions:
|
||||
- chains:
|
||||
- ethereum
|
||||
options:
|
||||
disable-syncing: true
|
||||
min-peers: 3
|
||||
|
||||
upstreams:
|
||||
|
||||
@@ -4,7 +4,6 @@ defaultOptions:
|
||||
- chains:
|
||||
- ethereum
|
||||
options:
|
||||
disable-syncing: true
|
||||
min-peers: 3
|
||||
|
||||
upstreams:
|
||||
|
||||
Reference in New Issue
Block a user