OSDN Git Service

fix ci
[bytom/vapor.git] / protocol / protocol.go
index abd6ddb..ff61e18 100644 (file)
@@ -67,10 +67,6 @@ func (c *Chain) SetPosition(position uint64) {
        c.position = position
 }
 
-func (c *Chain) GetAuthoritys(key string) string {
-       return c.Authoritys[key]
-}
-
 func (c *Chain) SetConsensusEngine(engine engine.Engine) {
        c.engine = engine
 }