Skip to content

Commit

Permalink
eth/protocols/snap: a little typo Merkel -> Merkle (ethereum#24530)
Browse files Browse the repository at this point in the history
  • Loading branch information
myself659 authored and cp-wjhan committed Nov 15, 2022
1 parent 40a5c5e commit 8a1af0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/protocols/snap/sync.go
Expand Up @@ -168,7 +168,7 @@ type bytecodeResponse struct {
// to actual requests and to validate any security constraints.
//
// Concurrency note: storage requests and responses are handled concurrently from
// the main runloop to allow Merkel proof verifications on the peer's thread and
// the main runloop to allow Merkle proof verifications on the peer's thread and
// to drop on invalid response. The request struct must contain all the data to
// construct the response without accessing runloop internals (i.e. tasks). That
// is only included to allow the runloop to match a response to the task being
Expand Down

0 comments on commit 8a1af0d

Please sign in to comment.