Reversed commented out error
This commit is contained in:
parent
30c2b64cf5
commit
8663d636d3
|
@ -1109,9 +1109,9 @@ func (b *GethStatusBackend) SelectAccount(loginParams account.LoginParams) error
|
|||
}
|
||||
|
||||
func (b *GethStatusBackend) GetActiveAccount() (*multiaccounts.Account, error) {
|
||||
/*if b.account == nil {
|
||||
if b.account == nil {
|
||||
return nil, errors.New("master key account is nil in the GethStatusBackend")
|
||||
}*/
|
||||
}
|
||||
|
||||
return b.account, nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue