Skip to content

Commit d3f6d67

Browse files
authored
caps/snap.md: clarify hash in range responses (#170)
1 parent 7d75565 commit d3f6d67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

caps/snap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ account.
206206

207207
- `reqID`: ID of the request this is a response for
208208
- `accounts`: List of consecutive accounts from the trie
209-
- `accHash`: Hash of the account
209+
- `accHash`: Hash of the account address (trie path)
210210
- `accBody`: Account body in slim format
211211
- `proof`: List of trie nodes proving the account range
212212

@@ -287,7 +287,7 @@ slots.
287287

288288
- `reqID`: ID of the request this is a response for
289289
- `slots`: List of list of consecutive slots from the trie (one list per account)
290-
- `slotHash`: Hash of the storage slot
290+
- `slotHash`: Hash of the storage slot key (trie path)
291291
- `slotData`: Data content of the slot
292292
- `proof`: List of trie nodes proving the slot range
293293

0 commit comments

Comments
 (0)