Skip to content

Commit

Permalink
typo protocol.go
Browse files Browse the repository at this point in the history
  • Loading branch information
vipocenka authored Jan 3, 2025
1 parent 51cd9c5 commit a8107d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/protocols/snap/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func (p *AccountRangePacket) Unpack() ([]common.Hash, [][]byte, error) {
return hashes, accounts, nil
}

// GetStorageRangesPacket represents an storage slot query.
// GetStorageRangesPacket represents a storage slot query.
type GetStorageRangesPacket struct {
ID uint64 // Request ID to match up responses with
Root common.Hash // Root hash of the account trie to serve
Expand Down

0 comments on commit a8107d5

Please sign in to comment.