Unverified Commit f314272a authored by yann300's avatar yann300 Committed by GitHub

typo

parent 26e6991c
...@@ -378,7 +378,7 @@ function Compiler (handleImportCall) { ...@@ -378,7 +378,7 @@ function Compiler (handleImportCall) {
// yul compiler does not return any abi, // yul compiler does not return any abi,
// we default to accept the fallback function (which expect raw data as argument). // we default to accept the fallback function (which expect raw data as argument).
contract.object.abi.push({ contract.object.abi.push({
'payablepayable': true, 'payable': true,
'stateMutability': 'payable', 'stateMutability': 'payable',
'type': 'fallback' 'type': 'fallback'
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment