summaryrefslogtreecommitdiff
path: root/ledger/bulletin.go
diff options
context:
space:
mode:
Diffstat (limited to 'ledger/bulletin.go')
-rw-r--r--ledger/bulletin.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/ledger/bulletin.go b/ledger/bulletin.go
index 1e95ee2ab..b18813007 100644
--- a/ledger/bulletin.go
+++ b/ledger/bulletin.go
@@ -120,6 +120,9 @@ func (b *bulletin) commitRound(context.Context, *sql.Tx, *deferredCommitContext)
func (b *bulletin) postCommit(ctx context.Context, dcc *deferredCommitContext) {
}
+func (b *bulletin) postCommitUnlocked(ctx context.Context, dcc *deferredCommitContext) {
+}
+
func (b *bulletin) handleUnorderedCommit(uint64, basics.Round, basics.Round) {
}
func (b *bulletin) produceCommittingTask(committedRound basics.Round, dbRound basics.Round, dcr *deferredCommitRange) *deferredCommitRange {