diff options
Diffstat (limited to 'dex/app.go')
-rw-r--r-- | dex/app.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dex/app.go b/dex/app.go index 3f580f12e..9a72d7795 100644 --- a/dex/app.go +++ b/dex/app.go @@ -478,6 +478,8 @@ func (d *DexconApp) BlockDelivered( // BlockConfirmed is called when a block is confirmed. func (d *DexconApp) BlockConfirmed(block coreTypes.Block) { + propBlockConfirmLatency.Update(time.Since(block.Timestamp).Nanoseconds() / 1000) + d.appMu.Lock() defer d.appMu.Unlock() |