Reversed commented out error

This commit is contained in:
Samuel Hawksby-Robinson 2020-12-09 14:45:59 +00:00 committed by Andrea Maria Piana
parent 30c2b64cf5
commit 8663d636d3
1 changed files with 2 additions and 2 deletions

View File

@ -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
}