OSDN Git Service

fix ci
[bytom/vapor.git] / chain / chain.go
index 7279cf6..5fe5b16 100644 (file)
@@ -18,5 +18,4 @@ type Chain interface {
        InMainChain(bc.Hash) bool
        ProcessBlock(*types.Block) (bool, error)
        ValidateTx(*types.Tx) (bool, error)
-       GetAuthoritys(string) string
 }