Add payable to constructor ABI tests

This commit is contained in:
Alex Beregszaszi 2016-11-15 18:41:54 +00:00
parent 7af360882e
commit 1d6fe5c4e4

View File

@ -524,6 +524,7 @@ BOOST_AUTO_TEST_CASE(constructor_abi)
"type": "bool"
}
],
"payable": false,
"type": "constructor"
}
])";
@ -567,6 +568,7 @@ BOOST_AUTO_TEST_CASE(return_param_in_abi)
"type": "uint8"
}
],
"payable": false,
"type": "constructor"
}
]