mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Merge branch 'Euler-Rewards-Connector' of https://github.com/Instadapp/dsa-connectors into Euler-Rewards-Connector
This commit is contained in:
commit
04168fa574
|
@ -30,7 +30,7 @@ contract EulerIncentives is Helpers, Events {
|
|||
) external payable returns (string memory _eventName, bytes memory _eventParam) {
|
||||
uint _amt = getUint(getId, amt);
|
||||
|
||||
require(proof.length > 0, "invalid-assets");
|
||||
require(proof.length > 0, "proofs-empty");
|
||||
|
||||
eulerDistribute.claim(user, token, _amt, proof, address(0));
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user