mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-17 22:24:21 +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