near / near-indexer-for-explorer

Watch NEAR network and store all the data from NEAR blockchain to PostgreSQL database
https://near-indexers.io/docs/projects/near-indexer-for-explorer
GNU General Public License v3.0
123 stars 56 forks source link

'--download' isn't support? #207

Closed JesseChing closed 2 years ago

JesseChing commented 2 years ago

when I type the below command $ cargo run --release -- --home-dir ~/.near/testnet init --chain-id testnet --download then show the error message:

error: Found argument '--download' which wasn't expected, or isn't valid in this context

I review the source code ,and I can't then '--download' definition in the code

khorolets commented 2 years ago

Sorry for that. We need to update the README

Instead of --download use --download-genesis --download-config

JesseChing commented 2 years ago

Thank you for you response @khorolets