Merge pull request #580 from ethersphere/frontier/cli-key
settable etherbase
This commit is contained in:
@ -260,8 +260,8 @@ func (self *XEth) IsListening() bool {
|
||||
}
|
||||
|
||||
func (self *XEth) Coinbase() string {
|
||||
cb, _ := self.backend.AccountManager().Coinbase()
|
||||
return common.ToHex(cb)
|
||||
eb, _ := self.backend.Etherbase()
|
||||
return eb.Hex()
|
||||
}
|
||||
|
||||
func (self *XEth) NumberToHuman(balance string) string {
|
||||
|
Reference in New Issue
Block a user