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 c58349e commit 22c8609Copy full SHA for 22c8609
ledger/ledgercore/statedelta.go
@@ -84,7 +84,8 @@ type StateDelta struct {
84
85
// AccountDeltas stores ordered accounts and allows fast lookup by address
86
type AccountDeltas struct {
87
- // actual data
+ // Actual data. If an account is deleted, `accts` contains a balance record
88
+ // with empty `AccountData`.
89
accts []basics.BalanceRecord
90
// cache for addr to deltas index resolution
91
acctsCache map[basics.Address]int
0 commit comments