aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/network.go
diff options
context:
space:
mode:
Diffstat (limited to 'simulation/network.go')
-rw-r--r--simulation/network.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/simulation/network.go b/simulation/network.go
index 0788ca1..672a664 100644
--- a/simulation/network.go
+++ b/simulation/network.go
@@ -80,6 +80,7 @@ type Network interface {
NumPeers() int
Join(endpoint Endpoint) chan interface{}
BroadcastBlock(block *types.Block)
+ Endpoints() types.ValidatorIDs
}
// PeerServerNetwork is the interface for peerServer network related functions