apps
apps copied to clipboard
Execute contract call button disabled for non-mutating + payable message
Folllow-up to https://github.com/polkadot-js/apps/issues/5751:
Thanks for implementing this! I'm having the following issue though:
- I deploy contract_transfer.contract.zip.
- I expand the messages for that contract and click the
Readbutton next towasItTen(). - The dialog shows up and I enter
10intovalue. - The
Executebutton is still greyed out.
If I switch the message to send in the dialog to giveMe (a mutating message) and then back to wasItTen() the Execute button becomes activated.
I just tried on the latest published version.