pull/4452/head
“GheisMohammadi” 1 year ago
parent 2ca061c800
commit aa58cff012
No known key found for this signature in database
GPG Key ID: 15073AED3829FE90
  1. 2
      p2p/stream/protocols/sync/chain.go
  2. 2
      p2p/stream/protocols/sync/client.go

@ -191,4 +191,4 @@ func (ch *chainHelperImpl) getReceipts(hs []common.Hash) ([][]byte, error) {
}
}
return receipts, nil
}
}

@ -542,4 +542,4 @@ func (req *getReceiptsRequest) parseGetReceiptsBytes(resp *syncResponse) ([][]by
return nil, errors.New("The response is not for GetReceipts")
}
return gbResp.ReceiptsBytes, nil
}
}

Loading…
Cancel
Save