mirror of
https://github.com/tornadocash/tornado-deploy.git
synced 2024-11-23 10:15:33 +01:00
Update README.md
This commit is contained in:
parent
54f25c0003
commit
e2a069810d
@ -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} '
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user