rpcserver: copy success variable of channel close update

Seems this was forgotten in a refactor a while back.
This commit is contained in:
Oliver Gugger 2022-04-12 19:30:11 +02:00
parent dabb74fa3c
commit 2a069b8b4e
No known key found for this signature in database
GPG key ID: 8E4256593F177720

View file

@ -2539,6 +2539,7 @@ func createRPCCloseUpdate(update interface{}) (
Update: &lnrpc.CloseStatusUpdate_ChanClose{
ChanClose: &lnrpc.ChannelCloseUpdate{
ClosingTxid: u.ClosingTxid,
Success: u.Success,
},
},
}, nil