mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 19:30:44 +00:00
Merge e50187a9d8 into 06b23b4293
This commit is contained in:
commit
7b6ce489d6
1 changed files with 1 additions and 1 deletions
|
|
@ -545,7 +545,7 @@ func (s *Suite) TestGetLargeReceipts(t *utesting.T) {
|
||||||
t.Fatalf("error reading block receipts msg: %v", err)
|
t.Fatalf("error reading block receipts msg: %v", err)
|
||||||
}
|
}
|
||||||
if got, want := resp.RequestId, req.RequestId; got != want {
|
if got, want := resp.RequestId, req.RequestId; got != want {
|
||||||
t.Fatalf("unexpected request id in respond, want: %d, got: %d", want, got)
|
t.Fatalf("unexpected request id in response: got %d, want %d", got, want)
|
||||||
}
|
}
|
||||||
|
|
||||||
receiptLists, _ := resp.List.Items()
|
receiptLists, _ := resp.List.Items()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue