add: GFT transfer tracker #2

Merged
kamikazechaser merged 2 commits from sohail/gft-transfer-monitor into master 2022-02-08 11:40:59 +01:00
Showing only changes of commit 132dc45306 - Show all commits

View File

@ -57,7 +57,7 @@ def apply(c, s, chain_spec, conn, block, tx, db_session=None):
def account_registry_add(c, s, chain_spec, conn, block, tx):
try:
o = AccountsIndex.parse_add_request(tx.payload)
s = '{} block{} tx {} account registration for {}'.format(c, block.number, tx.index, o[0])
s = '{} block {} tx {} account registration for {}'.format(c, block.number, tx.index, o[0])
return s
except RequestMismatchException as e:
pass