Skip to content

Commit cfe6677

Browse files
committed
node: Remove the network-subgraphs command line option
1 parent 021d3d0 commit cfe6677

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

node/src/opt.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -190,14 +190,6 @@ pub struct Opt {
190190
help = "Limits the number of connections in the store's connection pool"
191191
)]
192192
pub store_connection_pool_size: u32,
193-
#[structopt(
194-
long,
195-
min_values = 1,
196-
value_name = "NETWORK_NAME",
197-
help = "One or more network names to index using built-in subgraphs \
198-
(e.g. 'ethereum/mainnet')."
199-
)]
200-
pub network_subgraphs: Vec<String>,
201193
#[structopt(
202194
long,
203195
help = "Allows setting configurations that may result in incorrect Proofs of Indexing."

0 commit comments

Comments
 (0)