mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
made mist in a compilable, workable state using the new refactored packages
This commit is contained in:
@@ -416,6 +416,7 @@ func (srv *Server) verifyPeer(addr *peerAddr) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// TODO replace with "Set"
|
||||
type Blacklist interface {
|
||||
Get([]byte) (bool, error)
|
||||
Put([]byte) error
|
||||
|
||||
Reference in New Issue
Block a user