diff --git a/peer/cwtch_peer.go b/peer/cwtch_peer.go index 4bd89d2..ffae3ea 100644 --- a/peer/cwtch_peer.go +++ b/peer/cwtch_peer.go @@ -70,8 +70,8 @@ type CwtchPeer interface { SetApplicationInstanceFactory(factory application.ApplicationInstanceFactory) SetPeerDataHandler(func(string, []byte) []byte) - Listen() IsStarted() bool + Listen() Shutdown() }