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

Use single equal sign for verification-level value

parent c7ccc25a
No related merge requests found
......@@ -160,10 +160,10 @@ It is possible to import existing `bitcoind` database:
./target/release/pbtc import "$BITCOIND_DB/Bitcoin/blocks"
```
By default import verifies imported the blocks. You can disable this, by adding `--verification-level==none` flag.
By default import verifies imported the blocks. You can disable this, by adding `--verification-level=none` flag.
```
./target/release/pbtc --btc --verification-level==none import "$BITCOIND_DB/Bitcoin/blocks"
./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