Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/evm/pay-fees-on-evm' into evm/pa…
Browse files Browse the repository at this point in the history
…y-fees-on-evm
  • Loading branch information
shohamc1 committed Sep 8, 2023
2 parents 5083177 + 96b0590 commit 66eb72c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/functional/feature_dst20.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,9 @@ def test_dst20_migration_txs(self):
self.bytecode,
)

assert_equal(tx1["input"], tx2["input"])
assert_equal(tx2["input"], tx3["input"])
# init bytecode should match
assert_equal(tx1["input"][:-384], tx2["input"][:-384])
assert_equal(tx2["input"][:-384], tx3["input"][:-384])

self.rollback_to(block_height)

Expand Down

0 comments on commit 66eb72c

Please sign in to comment.