From e2a069810de138a05fc01a44b50fcf3be8f5175f Mon Sep 17 00:00:00 2001 From: Roman Semenov Date: Fri, 19 Mar 2021 00:47:31 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 6de1315..482195d 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,3 @@ The result of the build is `actions.json` file, that contains everything that is In order to generate exactly the same actions.json the code has to be compiled in `/private/tmp/tornado-deploy` dir because solidity compiler includes a hash of full path to files into contact bytecode as swarm hash. If you compile in other dir this swarm hash will be different. It doesn't affect contract execution but your `actions.json` will have a different hash from the initiation version. -## Verify addresses - -``` -cat actions.json | jq '.actions[] | {domain,expectedAddress,contract} ' -```