diff options
Diffstat (limited to 'dex/network.go')
-rw-r--r-- | dex/network.go | 2 |
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. |