light: fix wrong description in a comment (#21573)

This commit is contained in:
shigeyuki azuchi 2020-09-28 21:30:10 +09:00 committed by GitHub
parent a04294d160
commit b007df89dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ func (req *ReceiptsRequest) StoreResult(db ethdb.Database) {
}
}
// ChtRequest is the ODR request type for state/storage trie entries
// ChtRequest is the ODR request type for retrieving header by Canonical Hash Trie
type ChtRequest struct {
Untrusted bool // Indicator whether the result retrieved is trusted or not
PeerId string // The specified peer id from which to retrieve data.