Fix integration tests

ethereum
Martin Boehm 2018-11-13 10:55:28 +01:00
parent 6d3e171b71
commit 1dbe7f42ba
1 changed files with 2 additions and 0 deletions

View File

@ -166,6 +166,8 @@ func testGetTransaction(t *testing.T, h *TestHandler) {
continue
}
got.Confirmations = 0
// CoinSpecificData are not specified in the fixtures
got.CoinSpecificData = nil
if !reflect.DeepEqual(got, want) {
t.Errorf("GetTransaction() got %+v, want %+v", got, want)