diff options
Diffstat (limited to 'core/blocklattice.go')
-rw-r--r-- | core/blocklattice.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/blocklattice.go b/core/blocklattice.go index e4a76cc..1f12474 100644 --- a/core/blocklattice.go +++ b/core/blocklattice.go @@ -532,7 +532,7 @@ func (l *BlockLattice) totalOrdering(b *types.Block) { sort.Sort(types.ByHash(output)) if len(output) > 0 { - l.app.Deliver(output, earlyDelivery) + l.app.TotalOrderingDeliver(output, earlyDelivery) } // Rescan pending blocks to add into candidate set. |