We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a57e37 commit f54af1dCopy full SHA for f54af1d
crates/networking/p2p/rlpx/snap.rs
@@ -68,7 +68,7 @@ pub(crate) struct GetTrieNodes {
68
pub id: u64,
69
pub root_hash: H256,
70
// [[acc_path, slot_path_1, slot_path_2,...]...]
71
- // The paths can be either full paths (hash) or only the partial path (bytes)
+ // The paths can be either full paths (hash) or only the partial path (compact-encoded nibbles)
72
pub paths: Vec<Vec<Bytes>>,
73
pub bytes: u64,
74
}
0 commit comments