contracts/chequebook/contract: fix possible reentrancy bug in chequebook.sol

This commit is contained in:
Daniel A. Nagy
2016-08-30 15:53:14 +02:00
parent 3e7b4ae0c3
commit 7b884e0075
5 changed files with 11 additions and 39 deletions

View File

@ -59,9 +59,7 @@ func main() {
}
// Write the output file.
content := fmt.Sprintf(`// TODO: insert license header
package contract
content := fmt.Sprintf(`package contract
// ContractDeployedCode is used to detect suicides. This constant needs to be
// updated when the contract code is changed.