EthManager interface extended with ClientIdentity() ethwire.ClientIdentity

This commit is contained in:
zelig 2014-07-03 15:08:06 +01:00
parent 6748158ab4
commit 198e5eeab9
1 changed files with 1 additions and 0 deletions

View File

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