mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 19:46:39 +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
|
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 a new issue