From f60a451508f8c96a6c9dad55a2f5b43812feb721 Mon Sep 17 00:00:00 2001 From: Lasse Herskind Date: Mon, 24 Jan 2022 12:13:21 +0000 Subject: [PATCH] fix: Update natspec --- contracts/protocol/libraries/logic/BridgeLogic.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/protocol/libraries/logic/BridgeLogic.sol b/contracts/protocol/libraries/logic/BridgeLogic.sol index 1f7bf4fb5..4bd2066ba 100644 --- a/contracts/protocol/libraries/logic/BridgeLogic.sol +++ b/contracts/protocol/libraries/logic/BridgeLogic.sol @@ -43,7 +43,7 @@ library BridgeLogic { * @param reserves The state of all the reserves * @param reservesList The list of the addresses of all the active reserves * @param userConfig The user configuration mapping that tracks the supplied/borrowed assets - * @param asset The address of the asset to mint + * @param asset The address of the underlying asset to mint aTokens of * @param amount The amount to mint * @param onBehalfOf The address that will receive the aTokens * @param referralCode Code used to register the integrator originating the operation, for potential rewards.