mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
Merge pull request #2221 from Roasbeef/open-channel-sync-fix
rpc: properly set output index in OpenChannelSync resp
This commit is contained in:
commit
0348db760e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue