mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-12 09:51:36 +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
|
||||
}
|
||||
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
|
||||
}
|
||||
receipts.AppendRaw(results)
|
||||
|
|
|
|||
Loading…
Reference in a new issue