ConsenSysMesh / singulardtv-contracts

19 stars 16 forks source link

emergencyCall only works if (fundBalance > this.balance) #71

Open ethers opened 8 years ago

ethers commented 8 years ago

emergencyCall only works if (fundBalance > this.balance)

This means that if the invariant is maintained, but some other unknown event requires that the ETH should be sent to the workshop immediately, there is no such mechanism. Another emergency function (perhaps invokable only by the Guard) could be desired.