From 5b6084263f2b8673031eecaa9c524f7495c7a2ce Mon Sep 17 00:00:00 2001 From: Malick Mbengue <46930715+psychomb@users.noreply.github.com> Date: Sun, 8 Mar 2020 20:53:43 +0100 Subject: [PATCH] Typo in TrackBlockHeight.md --- test/manual/TrackBlockHeight.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/manual/TrackBlockHeight.md b/test/manual/TrackBlockHeight.md index 0c479f9a96f..59d1418ab48 100644 --- a/test/manual/TrackBlockHeight.md +++ b/test/manual/TrackBlockHeight.md @@ -18,7 +18,7 @@ cardano-wallet-jormungandr launch --genesis-block test/data/jormungandr/block0.b ``` or ``` -ormungandr --genesis-block test/data/jormungandr/block0.bin --config test/data/jormungandr/config.yaml --secret test/data/jormungandr/secret.yaml +jormungandr --genesis-block test/data/jormungandr/block0.bin --config test/data/jormungandr/config.yaml --secret test/data/jormungandr/secret.yaml cardano-wallet-jormungandr serve --genesis-block-hash 1e96373...21cfd46 ```