From 8c86b250bc2b4bc88cb0a1d20c15a212ab4869e2 Mon Sep 17 00:00:00 2001 From: Aleksander Kryukov Date: Mon, 4 Apr 2022 21:19:54 +0100 Subject: [PATCH] fixed rule description --- certora/specs/ERC20FlashMint.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certora/specs/ERC20FlashMint.spec b/certora/specs/ERC20FlashMint.spec index eb605893b..3142f508f 100644 --- a/certora/specs/ERC20FlashMint.spec +++ b/certora/specs/ERC20FlashMint.spec @@ -14,7 +14,7 @@ function specBurn(address account, uint256 amount) returns bool { // retuns ne // STATUS - verified -// fee + flashLoan amount is burned +// Check that if flashLoan() call is successful, then proper amount of tokens was burnt(fee + flashLoan amount) rule letsWatchItBurns(env e){ address receiver; address token; uint256 amount; bytes data;