lnwire: don't attempt to decode an empty/nil signature

This commit is contained in:
Olaoluwa Osuntokun
2018-06-08 13:24:59 -07:00
parent 4bde4c1c26
commit 15f812b10f
2 changed files with 8 additions and 1 deletions

View File

@@ -2186,7 +2186,6 @@ func (r *rpcServer) sendPayment(stream *paymentStream) error {
PaymentRoute: marshallRoute(route),
})
if err != nil {
rpcsLog.Infof("sender rrrrr: ", err)
errChan <- err
return
}