contracts/chequebook/contract: fix possible reentrancy bug in chequebook.sol
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user