Open Nashtare opened 1 month ago
cargo r --release --bin rpc fetch --rpc-url <RPC_URL> -b 6 > ./input/block_6.json
This is incorrect, fetch argument should be placed after --rpc-url and --rpc-type arguments.
fetch
--rpc-url
--rpc-type
Related issue: #289
https://docs.rs/trycmd/latest/trycmd/
This is incorrect,
fetch
argument should be placed after--rpc-url
and--rpc-type
arguments.Related issue: #289