mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-27 14:40:16 +01:00
multi: fix dropped errors
This commit is contained in:
@@ -4461,7 +4461,7 @@ func (r *rpcServer) FeeReport(ctx context.Context,
|
||||
for {
|
||||
timeSlice, err := fwdEventLog.Query(query)
|
||||
if err != nil {
|
||||
return 0, nil
|
||||
return 0, err
|
||||
}
|
||||
|
||||
// If the timeslice is empty, then we'll return as
|
||||
|
||||
Reference in New Issue
Block a user