Merge error codes

This commit is contained in:
Aditya Kulkarni
2019-09-25 11:44:42 -07:00
2 changed files with 12 additions and 0 deletions

View File

@@ -220,6 +220,7 @@ func (s *SqlStreamer) GetLightdInfo(ctx context.Context, in *walletrpc.Empty) (*
s.log.WithFields(logrus.Fields{
"error": err,
}).Warn("Unable to get sapling activation height")
return nil, err
}
// TODO these are called Error but they aren't at the moment.