Skip to content

Commit

Permalink
feat(events): remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
glevco committed Mar 10, 2023
1 parent 4b8290e commit 45d274a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/event/test_event_reorg.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ class unsorted(list):
],
# XXX: the order of the following events can vary depending on which genesis is spent/confirmed first
unsorted([
# (HathorEvents.VERTEX_METADATA_CHANGED, {'hash': settings.GENESIS_BLOCK_HASH.hex()}),
(HathorEvents.VERTEX_METADATA_CHANGED, {'hash': settings.GENESIS_TX1_HASH.hex()}),
(HathorEvents.VERTEX_METADATA_CHANGED, {'hash': settings.GENESIS_TX2_HASH.hex()}),
(HathorEvents.VERTEX_METADATA_CHANGED, {'hash': blocks[0].hash_hex}),
Expand Down

0 comments on commit 45d274a

Please sign in to comment.