Skip to content

Commit

Permalink
Merge pull request #42 from tsachiherman/tsachi/emptydeltakeys
Browse files Browse the repository at this point in the history
Clarify the content of the LocalDeltas
  • Loading branch information
algofoundation authored Apr 21, 2021
2 parents 5ec15fc + f089101 commit d050b3c
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 @@ -758,7 +758,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 its `LocalDeltas` changes as long
as there is at least a single change in that set.


### State Deltas

Expand Down

0 comments on commit d050b3c

Please sign in to comment.