Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #493 from icon-project/hotfix/1.7.3
Browse files Browse the repository at this point in the history
Hotfix/1.7.3
  • Loading branch information
goldworm-icon committed Aug 3, 2020
2 parents cb3b641 + ac7a425 commit 1b50bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iconservice/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.7.2'
__version__ = '1.7.3'
2 changes: 1 addition & 1 deletion iconservice/icon_service_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -719,8 +719,8 @@ def _after_transaction_process(
prev_block_generator,
prev_block_votes,
rc_db_revision)
context.update_batch()
context.storage.meta.put_prep_address_converter(context, context.prep_address_converter)
context.update_batch()

if next_preps is not None:
Logger.info(tag="TERM", msg=f"{next_preps}")
Expand Down

0 comments on commit 1b50bc5

Please sign in to comment.