Skip to content

Show ETH value input for payable methods (fix for solidity v0.6x)#84

Merged
dasanra merged 2 commits intodevelopmentfrom
issue-1680
Dec 14, 2020
Merged

Show ETH value input for payable methods (fix for solidity v0.6x)#84
dasanra merged 2 commits intodevelopmentfrom
issue-1680

Conversation

@nicosampler
Copy link
Contributor

Partially Closes 5afe/safe-react#1680

@nicosampler nicosampler self-assigned this Dec 11, 2020
const isValueInputVisible = () => getContractMethod()?.payable;
const isValueInputVisible = () => {
const method = getContractMethod();
debugger
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is a leftover

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😮

@nicosampler nicosampler requested a review from dasanra December 11, 2020 19:21
@dasanra
Copy link
Contributor

dasanra commented Dec 14, 2020

@francovenica
Copy link

Tested this in the 5afe/safe-react#1717, using the URL given in Dani's comment

It looks good to me

@dasanra dasanra merged commit c0479ab into development Dec 14, 2020
@dasanra dasanra deleted the issue-1680 branch December 14, 2020 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Contract interation + tx builder: ETH field doesn't appear for payable function

3 participants