Skip to content
This repository has been archived by the owner on Mar 3, 2021. It is now read-only.

Commit

Permalink
added stateMutability to copy
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus authored Aug 13, 2019
1 parent 94ce3c5 commit 9931723
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions remix-lib/src/execution/txHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ module.exports = {
if (abi[i].type === 'constructor') {
funABI.inputs = abi[i].inputs || []
funABI.payable = abi[i].payable
funABI.stateMutability = abi[i].stateMutability
break
}
}
Expand Down

0 comments on commit 9931723

Please sign in to comment.