quorum/contracts/chequebook
Alex Beregszaszi b31cc71ff6 contracts/chequebook: update for latest Solidity (#15425)
This changes behaviour: before if the owner/amount didn't match, it
resulted in a successful execution without doing anything; now it
results in a failed execution using the revert opcode (remainder gas
is not consumed).
2017-11-10 10:19:51 +01:00
..
contract contracts/chequebook: update for latest Solidity (#15425) 2017-11-10 10:19:51 +01:00
api.go
cheque.go contracts: fix megacheck errors (#14916) 2017-08-08 19:41:35 +03:00
cheque_test.go contracts/chequebook: fix race in test (#15058) 2017-09-07 23:14:47 +02:00
gencode.go