From 077dcc0702be3aebe950081808576ccc99963a80 Mon Sep 17 00:00:00 2001 From: Willem Olding Date: Fri, 17 May 2024 12:27:15 +1000 Subject: [PATCH] update deployment guide with info for hash mismatch --- docs/DEPLOYMENT.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/DEPLOYMENT.md b/docs/DEPLOYMENT.md index 1cad5f3..dcbf995 100644 --- a/docs/DEPLOYMENT.md +++ b/docs/DEPLOYMENT.md @@ -45,3 +45,6 @@ Wait a few minutes and it should be ready to go! Wallets can sync using https://cartezcash-fullnode.fly.dev:443 as their lightwalletd GRPC provider Deposit funds on the bridge at https://willemolding.github.io/CarteZcash/ + +> [!INFO] +> If you get an error that the rollup hash does not match, copy the machine hash from the logs of the "Publish Docker Images" instead of using `cartesi hash`. Repeat the deployment again (but no need to rerun the docker build)