From 0519bba80a5f4414cf3fdbf41d3046ecc429bc63 Mon Sep 17 00:00:00 2001
From: "Richard T. Carback III" <rick.carback@gmail.com>
Date: Tue, 8 Sep 2020 20:06:33 +0000
Subject: [PATCH] Initial reception outline

---
 context/networkManager.go | 2 --
 1 file changed, 2 deletions(-)

diff --git a/context/networkManager.go b/context/networkManager.go
index 8d6e119df..5c91a32f5 100644
--- a/context/networkManager.go
+++ b/context/networkManager.go
@@ -14,6 +14,4 @@ type NetworkManager interface {
 	SendUnsafe(m message.Send) ([]id.Round, error)
 	SendCMIX(message format.Message) (id.Round, error)
 	GetInstance() *network.Instance
-	Stoppable() stoppable.Stoppable
 }
-
-- 
GitLab