mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Drop constant and payable fields from ABI.
This commit is contained in:
@@ -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"
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user