aboutsummaryrefslogtreecommitdiffstats
path: root/dex/network.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-03-16 15:02:13 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-12 17:27:22 +0800
commitac03172a8a9d8c217f405973bc096b06c5c5b4e0 (patch)
treee11a959aea4b4a03a49fd2be43035955adb6363d /dex/network.go
parentc292584bf5c08031689f1fc080fde2c6b3b78218 (diff)
downloadgo-tangerine-ac03172a8a9d8c217f405973bc096b06c5c5b4e0.tar.gz
go-tangerine-ac03172a8a9d8c217f405973bc096b06c5c5b4e0.tar.zst
go-tangerine-ac03172a8a9d8c217f405973bc096b06c5c5b4e0.zip
dex: rename lattice to core
Diffstat (limited to 'dex/network.go')
-rw-r--r--dex/network.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/network.go b/dex/network.go
index c5f81782d..f36850e59 100644
--- a/dex/network.go
+++ b/dex/network.go
@@ -60,7 +60,7 @@ func (n *DexconNetwork) BroadcastVote(vote *types.Vote) {
// BroadcastBlock broadcasts block to all nodes in DEXON network.
func (n *DexconNetwork) BroadcastBlock(block *types.Block) {
- n.pm.BroadcastLatticeBlock(block)
+ n.pm.BroadcastCoreBlock(block)
}
// SendDKGPrivateShare sends PrivateShare to a DKG participant.