diff options
Diffstat (limited to 'dex/app.go')
-rw-r--r-- | dex/app.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/app.go b/dex/app.go index 7a1bb4cf8..d82d46658 100644 --- a/dex/app.go +++ b/dex/app.go @@ -470,7 +470,7 @@ func (d *DexconApp) BlockDelivered( go d.finalizedBlockFeed.Send(core.NewFinalizedBlockEvent{Block: d.blockchain.CurrentBlock()}) } -// BlockConfirmed is called when a block is confirmed and added to lattice. +// BlockConfirmed is called when a block is confirmed. func (d *DexconApp) BlockConfirmed(block coreTypes.Block) { d.appMu.Lock() defer d.appMu.Unlock() |