From e541f43763c6cb8e8864d5b5aeef006dfeb06029 Mon Sep 17 00:00:00 2001 From: Lasse Herskind <16536249+LHerskind@users.noreply.github.com> Date: Tue, 14 Sep 2021 13:06:53 +0200 Subject: [PATCH] fix: Update imprecise comment --- contracts/protocol/tokenization/StaticATokenLM.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/protocol/tokenization/StaticATokenLM.sol b/contracts/protocol/tokenization/StaticATokenLM.sol index 13baf51c..d670ecbc 100644 --- a/contracts/protocol/tokenization/StaticATokenLM.sol +++ b/contracts/protocol/tokenization/StaticATokenLM.sol @@ -422,7 +422,7 @@ contract StaticATokenLM is ERC20 { } /** - * @dev Updates rewards for senders and receiver in a transfer (no mint or burn) + * @dev Updates rewards for senders and receiver in a transfer (not updating rewards for address(0)) * @param from The address of the sender of tokens * @param to The address of the receiver of tokens * @param amount The amount of tokens to transfer in WAD