bug: Normalize token addresses in db for erc20 operations

This commit is contained in:
Louis Holbrook
2021-12-22 18:25:29 +00:00
committed by Philip Wafula
parent b15cfee1c9
commit dceae4e5d8
3 changed files with 14 additions and 8 deletions

View File

@@ -515,7 +515,7 @@ class Api(ApiBase):
:param password: Password to encode the password with in the backend (careful, you will have to remember it)
:type password: str
:param register: Register the new account in accounts index backend
:type password: bool
:type register: bool
:returns: uuid of root task
:rtype: celery.Task
"""