multi: fix dropped errors

This commit is contained in:
Joost Jager
2019-09-13 09:48:43 +02:00
parent ffb8c0cfc3
commit 1e0ed1e52f
6 changed files with 10 additions and 10 deletions

View File

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