Merge branch 'lash/token-checksum-address-fix' into 'master'

bug: Normalize token addresses in db for erc20 operations

See merge request grassrootseconomics/cic-internal-integration!304
This commit is contained in:
2021-12-22 18:25:29 +00:00
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
"""