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:
@@ -5,7 +5,6 @@ contract test {
|
||||
// :test
|
||||
// [
|
||||
// {
|
||||
// "payable": false,
|
||||
// "stateMutability": "nonpayable",
|
||||
// "type": "fallback"
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user