Skip to content

Commit

Permalink
Clarify the content of the LocalDeltas
Browse files Browse the repository at this point in the history
  • Loading branch information
tsachiherman committed Apr 21, 2021
1 parent bea1928 commit 784d560
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/ledger.md
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,9 @@ and contains the following fields:
- `ld` maps an "account offset" to a [`StateDelta`][State Deltas]. Account
offset 0 is the transaction's sender. Account offsets 1 and greater refer
to the account specified at that offset minus one in the transaction's
`Accounts` slice.
`Accounts` slice. An account would have it’s `LocalDeltas` changes as long
as there is at least a single change in that set.


### State Deltas

Expand Down

0 comments on commit 784d560

Please sign in to comment.