Skip to content

Commit f54af1d

Browse files
committed
Update comment
1 parent 9a57e37 commit f54af1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/networking/p2p/rlpx/snap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pub(crate) struct GetTrieNodes {
6868
pub id: u64,
6969
pub root_hash: H256,
7070
// [[acc_path, slot_path_1, slot_path_2,...]...]
71-
// The paths can be either full paths (hash) or only the partial path (bytes)
71+
// The paths can be either full paths (hash) or only the partial path (compact-encoded nibbles)
7272
pub paths: Vec<Vec<Bytes>>,
7373
pub bytes: u64,
7474
}

0 commit comments

Comments
 (0)