diff options
Diffstat (limited to 'contracts/chequebook/gencode.go')
-rw-r--r-- | contracts/chequebook/gencode.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contracts/chequebook/gencode.go b/contracts/chequebook/gencode.go index f52c351e4..faa927279 100644 --- a/contracts/chequebook/gencode.go +++ b/contracts/chequebook/gencode.go @@ -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. |