From 476bef7617c46108395bbd15780a08f3e7ef720b Mon Sep 17 00:00:00 2001 From: L0vd2 Date: Sat, 15 Oct 2022 12:53:23 +0400 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 860402e1cb..871c6c1d80 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ sha256sum: b93f2650bdf560cab2cf7706ecee72bfba6d947fa57f8b1b8cb887f8b428233f [statesync] enable = false ``` +Make sure that pruning is set to "nothing" in $HOME/.haqqd/config/app.toml.
+Otherwise change it with the following command +```bash +sed -i -e "s/^pruning *=.*/pruning = \"nothing\"/" $HOME/.haqqd/config/app.toml +``` Execute unsafe-reset-all ```bash