bridge/e2e: fix nil panic in testEthereumLockup

This commit is contained in:
Leo 2021-01-21 20:17:23 +01:00
parent fd4b61b736
commit 5679f67c85
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ func testEthereumLockup(t *testing.T, ctx context.Context, ec *ethclient.Client,
false,
)
if err != nil {
t.Error(err)
t.Fatal(err)
}
t.Logf("sent lockup tx: %v", tx.Hash().Hex())