mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-03 14:47:16 +00:00
add json2wal & fix wal2json (#2196)
* add json2wal & fix wal2json * fix bug * Update main.go * add wal2JsonTest file * Delete wal2JsonTest
This commit is contained in:
committed by
Anton Kaliaev
parent
5a8fe61200
commit
785786bec4
@@ -164,7 +164,7 @@ $EDITOR /tmp/corrupted_wal
|
||||
5. After editing, convert this file back into binary form by running:
|
||||
|
||||
```
|
||||
./scripts/json2wal/json2wal /tmp/corrupted_wal > "$TMHOME/data/cs.wal/wal"
|
||||
./scripts/json2wal/json2wal /tmp/corrupted_wal $TMHOME/data/cs.wal/wal
|
||||
```
|
||||
|
||||
## Hardware
|
||||
|
||||
Reference in New Issue
Block a user