contracts/chequebook/contract: fix possible reentrancy bug in chequebook.sol

This commit is contained in:
Daniel A. Nagy
2016-08-30 15:53:14 +02:00
parent 3e7b4ae0c3
commit 7b884e0075
5 changed files with 11 additions and 39 deletions

View File

@ -51,6 +51,7 @@ var (
"crypto/secp256k1/curve.go",
"trie/arc.go",
// don't license generated files
"contracts/chequebook/contract/",
"contracts/ens/contract/",
}