summaryrefslogtreecommitdiff
path: root/ledger/ledgercore/statedelta.go
diff options
context:
space:
mode:
Diffstat (limited to 'ledger/ledgercore/statedelta.go')
-rw-r--r--ledger/ledgercore/statedelta.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/ledger/ledgercore/statedelta.go b/ledger/ledgercore/statedelta.go
index 1edb4e8c0..60336d939 100644
--- a/ledger/ledgercore/statedelta.go
+++ b/ledger/ledgercore/statedelta.go
@@ -97,6 +97,9 @@ type StateDelta struct {
// initial hint for allocating data structures for StateDelta
initialTransactionsCount int
+
+ // The account totals reflecting the changes in this StateDelta object.
+ Totals AccountTotals
}
// AccountDeltas stores ordered accounts and allows fast lookup by address