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,7 +6,6 @@ contract test {
// :test
// [
// {
// "constant": true,
// "inputs":
// [
// {
@@ -24,12 +23,10 @@ contract test {
// "type": "uint256"
// }
// ],
// "payable": false,
// "stateMutability": "view",
// "type": "function"
// },
// {
// "constant": false,
// "inputs":
// [
// {
@@ -52,7 +49,6 @@ contract test {
// "type": "uint256"
// }
// ],
// "payable": false,
// "stateMutability": "nonpayable",
// "type": "function"
// }