mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
minor bug fix
This commit is contained in:
parent
f776a2fc16
commit
f4314f5589
|
@ -184,7 +184,7 @@ abstract contract InstaLiteConnector is Events, Basic {
|
|||
initialBalToken;
|
||||
|
||||
// TODO: add require conditions
|
||||
if (setIds.length > 2) {
|
||||
if (setIds.length >= 2) {
|
||||
setUint(setIds[0], _stETHAmt);
|
||||
setUint(setIds[1], _tokenAmt);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user