Skip to content

Commit

Permalink
tx hash
Browse files Browse the repository at this point in the history
  • Loading branch information
InoMurko committed Feb 4, 2021
1 parent d756423 commit 4938867
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ defmodule OMG.Watcher.Integration.BlockGetter3Test do
%{"blknum" => deposit_blknum} = WatcherHelper.submit(tx)

tx = OMG.TestHelper.create_encoded([{deposit_blknum, 0, 0, alice}], @eth, [{alice, 8}])
%{"blknum" => tx_blknum, "txhash" => _tx_hash} = WatcherHelper.submit(tx)
%{"blknum" => tx_blknum} = WatcherHelper.submit(tx)

IntegrationTest.wait_for_block_fetch(tx_blknum, @timeout)

Expand Down

0 comments on commit 4938867

Please sign in to comment.