Skip to content
Snippets Groups Projects
Commit 0519bba8 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Initial reception outline

parent afe0eb47
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,4 @@ type NetworkManager interface { ...@@ -14,6 +14,4 @@ type NetworkManager interface {
SendUnsafe(m message.Send) ([]id.Round, error) SendUnsafe(m message.Send) ([]id.Round, error)
SendCMIX(message format.Message) (id.Round, error) SendCMIX(message format.Message) (id.Round, error)
GetInstance() *network.Instance GetInstance() *network.Instance
Stoppable() stoppable.Stoppable
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment