Update medalla-troubleshooting.md (#1635)

This commit is contained in:
Sacha Saint-Leger 2020-09-13 11:17:27 +02:00 committed by GitHub
parent e6c82d1815
commit 7d00ca2e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ If youre experiencing sync problems, we recommend running `make clean-medall
If you're running out of storage, you can [prune](https://blog.ethereum.org/2015/06/26/state-tree-pruning/) the database of unnecessary blocks and states by running:
```
make ncli_db
build/ncli_db pruneDatabase --db=build/data/shared_medalla_0/db --verbose=true
```