linting
This commit is contained in:
@@ -190,7 +190,6 @@ func (w *Wallets) List(ctx context.Context, filter model.ManagedWalletFilter) (*
|
||||
if listErr != nil {
|
||||
if errors.Is(listErr, merrors.ErrNoData) {
|
||||
wallets = make([]model.ManagedWallet, 0)
|
||||
listErr = nil
|
||||
} else {
|
||||
w.logger.Warn("Wallet list failed", append(fields, zap.Error(listErr))...)
|
||||
return nil, listErr
|
||||
|
||||
Reference in New Issue
Block a user