mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
parent
42c4597921
commit
a1c39af313
@ -1027,6 +1027,7 @@ func (r *rpcServer) OpenChannelSync(ctx context.Context,
|
||||
FundingTxid: &lnrpc.ChannelPoint_FundingTxidBytes{
|
||||
FundingTxidBytes: chanUpdate.Txid,
|
||||
},
|
||||
OutputIndex: chanUpdate.OutputIndex,
|
||||
}, nil
|
||||
case <-r.quit:
|
||||
return nil, nil
|
||||
|
Loading…
Reference in New Issue
Block a user