mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix: no placeholder
This commit is contained in:
parent
ebf9e11af2
commit
3623f4370f
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ func (s *Suite) TestGetBlockBodies(t *utesting.T) {
|
||||||
t.Fatalf("error reading block bodies msg: %v", err)
|
t.Fatalf("error reading block bodies 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", got, want)
|
t.Fatal("unexpected request id in respond", got, want)
|
||||||
}
|
}
|
||||||
bodies := resp.BlockBodiesResponse
|
bodies := resp.BlockBodiesResponse
|
||||||
if len(bodies) != len(req.GetBlockBodiesRequest) {
|
if len(bodies) != len(req.GetBlockBodiesRequest) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue