Browse Source

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

shigeyuki azuchi 5 years ago
parent
commit
b007df89dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      light/odr.go

+ 1 - 1
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 {
 type ChtRequest struct {
 	Untrusted        bool   // Indicator whether the result retrieved is trusted or not
 	Untrusted        bool   // Indicator whether the result retrieved is trusted or not
 	PeerId           string // The specified peer id from which to retrieve data.
 	PeerId           string // The specified peer id from which to retrieve data.