Add comment to ReentrantERC20Token about proper testing procedure

This commit is contained in:
Lawrence 2019-03-14 12:59:50 -04:00 committed by Amir Bandeali
parent a1cb702ecb
commit 961cd0825c

View File

@ -27,6 +27,9 @@ import "../src/interfaces/IExchange.sol";
// solhint-disable no-unused-vars, not-rely-on-time
// @dev Because reentrancy is lazily evaluated, after all reentrant calls have
// been made, all attacks should be crafted to succeed for the reentrancy
/// to be properly detected.
contract ReentrantERC20Token is
ERC20Token
{