erc20-transfer-authorization

Simple approval escrow for ERC20 spending
Log | Files | Refs

commit 4605eebdb85e25446953954c27758b13c4656351
parent 1b7286306f7622f438b2e3443929a04c96ac3a24
Author: lash <dev@holbrook.no>
Date:   Sun, 11 Dec 2022 08:26:33 +0000

Quash test logging

Diffstat:
Mpython/tests/test_request.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/tests/test_request.py b/python/tests/test_request.py @@ -17,7 +17,7 @@ from erc20_transfer_authorization import TransferAuthorization # testutil imports from tests.base_erc20transferauthorization import TestBase -logging.basicConfig(level=logging.DEBUG) +#logging.basicConfig(level=logging.DEBUG) logg = logging.getLogger() testdir = os.path.dirname(__file__)