lntest: ensure we always cancel active streaming notifications

This commit is contained in:
Olaoluwa Osuntokun
2018-04-24 20:34:30 -07:00
parent 92029370ec
commit dbf7e4525a
3 changed files with 11 additions and 3 deletions

View File

@@ -177,7 +177,7 @@ func deserializeOutgoingPayment(r io.Reader) (*OutgoingPayment, error) {
if err != nil {
return nil, err
}
p.Invoice = *inv
p.Invoice = inv
if _, err := r.Read(scratch[:]); err != nil {
return nil, err