diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-03-16 15:02:13 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-16 15:09:22 +0800 |
commit | 34b004fcc1bbbce7d4edcd2fb681a5e803a7f525 (patch) | |
tree | b2f4ac42b7293389d8eac91aeda38bfbb93edb4d /dex/app.go | |
parent | 918e1dc6347ef293e752b4a3f2b89f3a7ae20c0c (diff) | |
download | dexon-34b004fcc1bbbce7d4edcd2fb681a5e803a7f525.tar dexon-34b004fcc1bbbce7d4edcd2fb681a5e803a7f525.tar.gz dexon-34b004fcc1bbbce7d4edcd2fb681a5e803a7f525.tar.bz2 dexon-34b004fcc1bbbce7d4edcd2fb681a5e803a7f525.tar.lz dexon-34b004fcc1bbbce7d4edcd2fb681a5e803a7f525.tar.xz dexon-34b004fcc1bbbce7d4edcd2fb681a5e803a7f525.tar.zst dexon-34b004fcc1bbbce7d4edcd2fb681a5e803a7f525.zip |
dex: rename lattice to core
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() |