mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 08:22:51 +02:00
lnwire: don't attempt to decode an empty/nil signature
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user