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
|
||||
Peers() *list.List
|
||||
KeyManager() *ethcrypto.KeyManager
|
||||
ClientIdentity() ethwire.ClientIdentity
|
||||
}
|
||||
|
||||
type StateManager struct {
|
||||
|
Loading…
Reference in New Issue
Block a user