diff options
author | Daniel A. Nagy <nagy.da@gmail.com> | 2016-08-30 21:53:14 +0800 |
---|---|---|
committer | Daniel A. Nagy <nagy.da@gmail.com> | 2016-08-31 00:16:49 +0800 |
commit | 7b884e0075cba9033dadf2d8ed0bf092193d2ae5 (patch) | |
tree | ab96c3063cd8f9a9bc9d88646dcb1a74554e8717 /build | |
parent | 3e7b4ae0c3fda9d71bcae4274b0af4b075977b8b (diff) | |
download | go-tangerine-7b884e0075cba9033dadf2d8ed0bf092193d2ae5.tar.gz go-tangerine-7b884e0075cba9033dadf2d8ed0bf092193d2ae5.tar.zst go-tangerine-7b884e0075cba9033dadf2d8ed0bf092193d2ae5.zip |
contracts/chequebook/contract: fix possible reentrancy bug in chequebook.sol
Diffstat (limited to 'build')
-rw-r--r-- | build/update-license.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/update-license.go b/build/update-license.go index 4a6ce064e..f597ea90b 100644 --- a/build/update-license.go +++ b/build/update-license.go @@ -51,6 +51,7 @@ var ( "crypto/secp256k1/curve.go", "trie/arc.go", // don't license generated files + "contracts/chequebook/contract/", "contracts/ens/contract/", } |