Drop constant and payable fields from ABI.

This commit is contained in:
Daniel Kirchner
2019-09-06 14:42:09 +02:00
parent 10830d2401
commit f4d990e5be
28 changed files with 4 additions and 74 deletions
@@ -6,20 +6,16 @@ contract test {
// :test
// [
// {
// "constant": false,
// "inputs": [],
// "name": "f",
// "outputs": [],
// "payable": false,
// "stateMutability": "nonpayable",
// "type": "function"
// },
// {
// "constant": false,
// "inputs": [],
// "name": "g",
// "outputs": [],
// "payable": true,
// "stateMutability": "payable",
// "type": "function"
// }