mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-18 13:08:33 +02:00
client/rpc: properly pass chanSize into GenFundingPkScript
This commit is contained in:
parent
a112024d3d
commit
29eb4b64ce
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ func (s *rpcServer) deriveFundingShim(ourOrder order.Order,
|
|||
}
|
||||
_, fundingOutput, err := input.GenFundingPkScript(
|
||||
ourMultiSigKey.PubKey.SerializeCompressed(),
|
||||
matchedOrder.MultiSigKey[:], 0,
|
||||
matchedOrder.MultiSigKey[:], int64(chanSize),
|
||||
)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue