bug: cic-eth transaction listings

This commit is contained in:
Louis Holbrook
2021-10-07 15:12:35 +00:00
committed by Philip Wafula
parent 8a9d2ee0be
commit f5bfc8ace2
38 changed files with 195 additions and 131 deletions

View File

@@ -9,6 +9,7 @@ import logging
# external imports
import celery
from chainlib.chain import ChainSpec
from hexathon import strip_0x
# local imports
from cic_eth.api.base import ApiBase
@@ -254,6 +255,8 @@ class Api(ApiBase):
:returns: uuid of root task
:rtype: celery.Task
"""
#from_address = strip_0x(from_address)
#to_address = strip_0x(to_address)
s_check = celery.signature(
'cic_eth.admin.ctrl.check_lock',
[