From b007df89ddc3d91610332f90af18092cd2793202 Mon Sep 17 00:00:00 2001 From: shigeyuki azuchi Date: Mon, 28 Sep 2020 21:30:10 +0900 Subject: [PATCH] light: fix wrong description in a comment (#21573) --- light/odr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/light/odr.go b/light/odr.go index 0b854b0b6..7016ef8ef 100644 --- a/light/odr.go +++ b/light/odr.go @@ -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.