mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
refactor: fix minor issue
This commit is contained in:
parent
c26e01a72b
commit
cff2edda79
|
@ -104,7 +104,7 @@ abstract contract UniswapResolver is Helpers, Events {
|
|||
);
|
||||
_stake(_tokenId, _key);
|
||||
|
||||
_eventName = "LogStake(uint256, address)";
|
||||
_eventName = "LogStake(uint256,address)";
|
||||
_eventParam = abi.encode(_tokenId, _refundee);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user