mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add payable to constructor ABI tests
This commit is contained in:
parent
7af360882e
commit
1d6fe5c4e4
@ -524,6 +524,7 @@ BOOST_AUTO_TEST_CASE(constructor_abi)
|
|||||||
"type": "bool"
|
"type": "bool"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"payable": false,
|
||||||
"type": "constructor"
|
"type": "constructor"
|
||||||
}
|
}
|
||||||
])";
|
])";
|
||||||
@ -567,6 +568,7 @@ BOOST_AUTO_TEST_CASE(return_param_in_abi)
|
|||||||
"type": "uint8"
|
"type": "uint8"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"payable": false,
|
||||||
"type": "constructor"
|
"type": "constructor"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user