mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-05-18 07:40:02 +02:00
rpcserver: copy success variable of channel close update
Seems this was forgotten in a refactor a while back.
This commit is contained in:
parent
dabb74fa3c
commit
2a069b8b4e
@ -2539,6 +2539,7 @@ func createRPCCloseUpdate(update interface{}) (
|
||||
Update: &lnrpc.CloseStatusUpdate_ChanClose{
|
||||
ChanClose: &lnrpc.ChannelCloseUpdate{
|
||||
ClosingTxid: u.ClosingTxid,
|
||||
Success: u.Success,
|
||||
},
|
||||
},
|
||||
}, nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user