Skip to content
Snippets Groups Projects
Unverified Commit c7ccc25a authored by Alexey Lunacharsky's avatar Alexey Lunacharsky Committed by GitHub
Browse files

Fixed CLI for no-verification import

`skip-verification` seems to be quiet outdated
parent e4cdea3b
Branches
No related merge requests found
......@@ -163,7 +163,7 @@ It is possible to import existing `bitcoind` database:
By default import verifies imported the blocks. You can disable this, by adding `--verification-level==none` flag.
```
./target/release/pbtc import "#BITCOIND_DB/Bitcoin/blocks" --btc --skip-verification
./target/release/pbtc --btc --verification-level==none import "$BITCOIND_DB/Bitcoin/blocks"
```
## Command line interface
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment