channeldb: invalidate channel signature cache on update

This commit is contained in:
Joost Jager
2019-09-23 13:05:02 +02:00
parent 5090bb27ad
commit 339ff357d1
2 changed files with 10 additions and 2 deletions

View File

@@ -2552,7 +2552,7 @@ func (d *AuthenticatedGossiper) updateChannel(info *channeldb.ChannelEdgeInfo,
// Next, we'll set the new signature in place, and update the reference
// in the backing slice.
edge.SigBytes = sig.Serialize()
edge.SetSigBytes(sig.Serialize())
chanUpdate.Signature, err = lnwire.NewSigFromSignature(sig)
if err != nil {
return nil, nil, err