aboutsummaryrefslogtreecommitdiffstats
path: root/core/consensus_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/consensus_test.go')
-rw-r--r--core/consensus_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/consensus_test.go b/core/consensus_test.go
index ed98b76..b8d25d9 100644
--- a/core/consensus_test.go
+++ b/core/consensus_test.go
@@ -37,6 +37,10 @@ type network struct {
conn *networkConnection
}
+// PullBlocks tries to pull blocks from the DEXON network.
+func (n *network) PullBlocks(common.Hashes) {
+}
+
// BroadcastVote broadcasts vote to all nodes in DEXON network.
func (n *network) BroadcastVote(vote *types.Vote) {
n.conn.broadcast(n.nID, vote)