EthManager interface extended with ClientIdentity() ethwire.ClientIdentity
This commit is contained in:
parent
6748158ab4
commit
198e5eeab9
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user