Commit 198e5eea authored by zelig's avatar zelig

EthManager interface extended with ClientIdentity() ethwire.ClientIdentity

parent 6748158a
...@@ -41,6 +41,7 @@ type EthManager interface { ...@@ -41,6 +41,7 @@ type EthManager interface {
IsListening() bool IsListening() bool
Peers() *list.List Peers() *list.List
KeyManager() *ethcrypto.KeyManager KeyManager() *ethcrypto.KeyManager
ClientIdentity() ethwire.ClientIdentity
} }
type StateManager struct { type StateManager struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment