mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 03:10:48 +00:00
eth/protocols/eth: add comment
This commit is contained in:
parent
3bebd989ba
commit
598572ed86
1 changed files with 2 additions and 0 deletions
|
|
@ -329,6 +329,8 @@ func serviceGetReceiptsQuery70(chain *core.BlockChain, query GetReceiptsRequest,
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if results == nil {
|
if results == nil {
|
||||||
|
// This case triggers when the first receipt of the block receipts list doesn't
|
||||||
|
// fit. We don't append anything to the response here and consider it finished.
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
receipts.AppendRaw(results)
|
receipts.AppendRaw(results)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue