accounts/abi/bind/backends: remove unused assignment (#20359)
This commit is contained in:
parent
c1db636fb3
commit
bcc1234778
@ -72,7 +72,7 @@ func TestSimulatedBackend(t *testing.T) {
|
||||
}
|
||||
|
||||
sim.Commit()
|
||||
tx, isPending, err = sim.TransactionByHash(context.Background(), txHash)
|
||||
_, isPending, err = sim.TransactionByHash(context.Background(), txHash)
|
||||
if err != nil {
|
||||
t.Fatalf("error getting transaction with hash: %v", txHash.String())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user