From dd9fc683a0df4ee530f188b12cb9919ca5e73a31 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 12 Apr 2022 20:02:22 -0400 Subject: [PATCH] Update HACKING.md with updated contracts directory Contracts directory used an old/incorrect path. Fixed to reflect the current code. --- HACKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING.md b/HACKING.md index a8f96965..9813ffca 100644 --- a/HACKING.md +++ b/HACKING.md @@ -28,7 +28,7 @@ To verify everything worked as expected, check if the testing contracts are correctly checked out: ```sh -cd scripts/launchpad/contracts +cd scripts/wasmd/contracts sha256sum -c checksums.sha256 ```