mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-03 17:26:57 +01: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
1 changed files with 1 additions and 0 deletions
|
@ -2539,6 +2539,7 @@ func createRPCCloseUpdate(update interface{}) (
|
|||
Update: &lnrpc.CloseStatusUpdate_ChanClose{
|
||||
ChanClose: &lnrpc.ChannelCloseUpdate{
|
||||
ClosingTxid: u.ClosingTxid,
|
||||
Success: u.Success,
|
||||
},
|
||||
},
|
||||
}, nil
|
||||
|
|
Loading…
Add table
Reference in a new issue