change account

Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
Richa 2022-05-30 18:15:29 +05:30 committed by GitHub
parent bf92590b8f
commit 746974f921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -281,7 +281,7 @@ contract AaveHelpers is Helper {
} }
} }
AccountInterface(address(this)).cast(_targets, _data, address(0)); AccountInterface(userAccount).cast(_targets, _data, address(0));
} }
} }