aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2016-08-31 07:29:01 +0800
committerGitHub <noreply@github.com>2016-08-31 07:29:01 +0800
commit319ae9018458dc314752352b8abb2c5332402296 (patch)
treeab96c3063cd8f9a9bc9d88646dcb1a74554e8717 /build
parent3e7b4ae0c3fda9d71bcae4274b0af4b075977b8b (diff)
parent7b884e0075cba9033dadf2d8ed0bf092193d2ae5 (diff)
downloaddexon-319ae9018458dc314752352b8abb2c5332402296.tar
dexon-319ae9018458dc314752352b8abb2c5332402296.tar.gz
dexon-319ae9018458dc314752352b8abb2c5332402296.tar.bz2
dexon-319ae9018458dc314752352b8abb2c5332402296.tar.lz
dexon-319ae9018458dc314752352b8abb2c5332402296.tar.xz
dexon-319ae9018458dc314752352b8abb2c5332402296.tar.zst
dexon-319ae9018458dc314752352b8abb2c5332402296.zip
Merge pull request #2964 from nagydani/develop
contracts/chequebook: fix possible reentrancy bug in chequebook contract
Diffstat (limited to 'build')
-rw-r--r--build/update-license.go1
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/",
}