diff --git a/rpcserver.go b/rpcserver.go index 6c768d0f9..21e975587 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -2539,6 +2539,7 @@ func createRPCCloseUpdate(update interface{}) ( Update: &lnrpc.CloseStatusUpdate_ChanClose{ ChanClose: &lnrpc.ChannelCloseUpdate{ ClosingTxid: u.ClosingTxid, + Success: u.Success, }, }, }, nil