You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can create a Request from RequestCore.sol and createRequest function (instead of RequestEthereum.sol). This will bypass some validations such as require(fees == msg.value); .This way we are able to create a request without a mandatory fee
The text was updated successfully, but these errors were encountered:
kbapuram
changed the title
Request is created even if _payees.length != _expectedAmounts.length
Creating request from RequestCore will bypass certain validations
Mar 25, 2018
We can create a Request from RequestCore.sol and createRequest function (instead of RequestEthereum.sol). This will bypass some validations such as require(fees == msg.value); .This way we are able to create a request without a mandatory fee
The text was updated successfully, but these errors were encountered: