summaryrefslogtreecommitdiff
path: root/ledger/acctupdates.go
diff options
context:
space:
mode:
Diffstat (limited to 'ledger/acctupdates.go')
-rw-r--r--ledger/acctupdates.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/ledger/acctupdates.go b/ledger/acctupdates.go
index 16d933fbb..fa1537513 100644
--- a/ledger/acctupdates.go
+++ b/ledger/acctupdates.go
@@ -1241,6 +1241,9 @@ func (au *accountUpdates) postCommit(ctx context.Context, dcc *deferredCommitCon
}
}
+func (au *accountUpdates) postCommitUnlocked(ctx context.Context, dcc *deferredCommitContext) {
+}
+
// compactCreatableDeltas takes an array of creatables map deltas ( one array entry per round ), and compact the array into a single
// map that contains all the deltas changes. While doing that, the function eliminate any intermediate changes.
// It counts the number of changes per round by specifying it in the ndeltas field of the modifiedCreatable.