Skip to content

Commit

Permalink
fix: update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Feb 23, 2024
1 parent 95f7809 commit 631803e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asset-management/AaveManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ contract AaveManager is IAssetManager, Owned(msg.sender), ReentrancyGuard {
onlyOwner
returns (bytes memory)
{
return Address.functionCallWithValue(aTarget, aCalldata, aValue, "FACTORY: RAW_CALL_REVERTED");
return Address.functionCallWithValue(aTarget, aCalldata, aValue, "AM: RAW_CALL_REVERTED");
}
/*//////////////////////////////////////////////////////////////////////////
HELPER FUNCTIONS
Expand Down

0 comments on commit 631803e

Please sign in to comment.