pull/5370/head
yann300 6 years ago committed by GitHub
parent f47a624fc8
commit a407d0fdcd
  1. 2
      remix-solidity/src/compiler/compiler.js

@ -378,7 +378,7 @@ function Compiler (handleImportCall) {
// yul compiler does not return any abi,
// we default to accept the fallback function (which expect raw data as argument).
contract.object.abi.push({
'payablepayable': true,
'payable': true,
'stateMutability': 'payable',
'type': 'fallback'
})

Loading…
Cancel
Save