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
@ -1027,6 +1027,7 @@ func (r *rpcServer) OpenChannelSync(ctx context.Context,
|
|||||||
FundingTxid: &lnrpc.ChannelPoint_FundingTxidBytes{
|
FundingTxid: &lnrpc.ChannelPoint_FundingTxidBytes{
|
||||||
FundingTxidBytes: chanUpdate.Txid,
|
FundingTxidBytes: chanUpdate.Txid,
|
||||||
},
|
},
|
||||||
|
OutputIndex: chanUpdate.OutputIndex,
|
||||||
}, nil
|
}, nil
|
||||||
case <-r.quit:
|
case <-r.quit:
|
||||||
return nil, nil
|
return nil, nil
|
||||||
|
Loading…
Reference in New Issue
Block a user