diff options
Diffstat (limited to 'core/consensus_test.go')
-rw-r--r-- | core/consensus_test.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/consensus_test.go b/core/consensus_test.go index e79028f..1ba9fa0 100644 --- a/core/consensus_test.go +++ b/core/consensus_test.go @@ -41,6 +41,10 @@ type network struct { func (n *network) PullBlocks(common.Hashes) { } +// PullVotes tries to pull votes from the DEXON network. +func (n *network) PullVotes(types.Position) { +} + // BroadcastVote broadcasts vote to all nodes in DEXON network. func (n *network) BroadcastVote(vote *types.Vote) { n.conn.broadcast(n.nID, vote) |