diff --git a/ge_render/__init__.py b/ge_render/__init__.py index 1e67137..3789df1 100644 --- a/ge_render/__init__.py +++ b/ge_render/__init__.py @@ -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