mirror of
https://github.com/status-im/status-go.git
synced 2025-02-22 19:58:29 +00:00
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…
x
Reference in New Issue
Block a user