Update HACKING.md with updated contracts directory

Contracts directory used an old/incorrect path. Fixed to reflect the current code.
This commit is contained in:
David 2022-04-12 20:02:22 -04:00 committed by GitHub
parent e2f1263917
commit dd9fc683a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```