Skip to content

Commit

Permalink
Merge pull request #1081 from cyyber/master
Browse files Browse the repository at this point in the history
Update Transaction Metadata for Token Migration Transaction
  • Loading branch information
cyyber authored Mar 23, 2018
2 parents e1cae25 + 7be9b3f commit 5b01d22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qrl/core/ChainManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def load(self, genesis_block):

self.state.state_objects.update_current_state(addresses_state)
self.state.state_objects.push(genesis_block.headerhash)
self.state.update_tx_metadata(genesis_block, None)
else:
self.last_block = self.get_block_by_number(height)
self.current_difficulty = self.state.get_block_metadata(self.last_block.headerhash).block_difficulty
Expand Down

0 comments on commit 5b01d22

Please sign in to comment.