Merge branch 'feature/clientid' of https://github.com/ethersphere/eth-go into ethersphere-feature/clientid

This commit is contained in:
obscuren
2014-07-04 00:12:28 +02:00
6 changed files with 122 additions and 38 deletions

View File

@ -42,6 +42,7 @@ type EthManager interface {
IsListening() bool
Peers() *list.List
KeyManager() *ethcrypto.KeyManager
ClientIdentity() ethwire.ClientIdentity
}
type StateManager struct {