From d48134ceb8f8762054d51794ce9d148c45c0077e Mon Sep 17 00:00:00 2001 From: Tamara Ringas <69479754+TamaraRingas@users.noreply.github.com> Date: Wed, 28 Aug 2024 22:09:18 +0200 Subject: [PATCH] comments --- packages/world-module-erc20-own-store/src/MUDERC20.sol | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packages/world-module-erc20-own-store/src/MUDERC20.sol b/packages/world-module-erc20-own-store/src/MUDERC20.sol index 7855fbafb0..c1741895c9 100644 --- a/packages/world-module-erc20-own-store/src/MUDERC20.sol +++ b/packages/world-module-erc20-own-store/src/MUDERC20.sol @@ -27,10 +27,6 @@ contract MUDERC20 is Store, IERC20Errors, IERC20Events { Token.set(_decimals, 0, _name, _symbol); } - /** - * VIEW FUNCTIONS - */ - /** * @dev Returns the name of the token. * @return The name of the token. @@ -82,10 +78,6 @@ contract MUDERC20 is Store, IERC20Errors, IERC20Events { return Allowances.get(owner, spender); } - /** - * STORE FUNCTIONS - */ - // Set full record (including full dynamic data) function setRecord( ResourceId tableId,