mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 16:47:22 +00:00
EthManager interface extended with ClientIdentity() ethwire.ClientIdentity
This commit is contained in:
parent
6748158ab4
commit
198e5eeab9
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ type EthManager interface {
|
|||
IsListening() bool
|
||||
Peers() *list.List
|
||||
KeyManager() *ethcrypto.KeyManager
|
||||
ClientIdentity() ethwire.ClientIdentity
|
||||
}
|
||||
|
||||
type StateManager struct {
|
||||
|
|
|
|||
Loading…
Reference in a new issue