OSDN Git Service

Modify the p2p module encryption library (#125)
[bytom/vapor.git] / netsync / consensusmgr / handle.go
index 2d380f3..5443e76 100644 (file)
@@ -16,7 +16,6 @@ import (
 type Switch interface {
        AddReactor(name string, reactor p2p.Reactor) p2p.Reactor
        AddBannedPeer(string) error
-       ID() [32]byte
 }
 
 // Chain is the interface for Bytom core.