From 7b884e0075cba9033dadf2d8ed0bf092193d2ae5 Mon Sep 17 00:00:00 2001 From: "Daniel A. Nagy" Date: Tue, 30 Aug 2016 15:53:14 +0200 Subject: contracts/chequebook/contract: fix possible reentrancy bug in chequebook.sol --- build/update-license.go | 1 + 1 file changed, 1 insertion(+) (limited to 'build') 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/", } -- cgit v1.2.3