|
@@ -72,7 +72,7 @@ func TestSimulatedBackend(t *testing.T) {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
sim.Commit()
|
|
sim.Commit()
|
|
|
- tx, isPending, err = sim.TransactionByHash(context.Background(), txHash)
|
|
|
|
|
|
|
+ _, isPending, err = sim.TransactionByHash(context.Background(), txHash)
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
t.Fatalf("error getting transaction with hash: %v", txHash.String())
|
|
t.Fatalf("error getting transaction with hash: %v", txHash.String())
|
|
|
}
|
|
}
|