Skip to content

Commit 631803e

Browse files
committed
fix: update error message
1 parent 95f7809 commit 631803e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asset-management/AaveManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ contract AaveManager is IAssetManager, Owned(msg.sender), ReentrancyGuard {
113113
onlyOwner
114114
returns (bytes memory)
115115
{
116-
return Address.functionCallWithValue(aTarget, aCalldata, aValue, "FACTORY: RAW_CALL_REVERTED");
116+
return Address.functionCallWithValue(aTarget, aCalldata, aValue, "AM: RAW_CALL_REVERTED");
117117
}
118118
/*//////////////////////////////////////////////////////////////////////////
119119
HELPER FUNCTIONS

0 commit comments

Comments
 (0)