ConsenSysMesh / singulardtv-contracts

19 stars 16 forks source link

double curly braces is used in multiple locations is that an error? #73

Closed rfikki closed 8 years ago

rfikki commented 8 years ago

What is up with the use of double curly braces in multiple locations in several of the contracts? example: {{MistWallet}}

miladmostavi commented 8 years ago

It's not an error. The deploy script (deploy.py) replaces {{MistWallet}} with the address of the deployed MistWallet.sol. The address can also be overwritten in the deploy config file (deploy.json).

ethers commented 8 years ago

The preprocessor should be documented #62