mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-02 11:32:26 +02:00
lnwallet+rpcserver: add no_publish flag to PSBT assembler
This commit is contained in:
committed by
Conner Fromknecht
parent
3a818b9735
commit
258996233f
@ -1672,6 +1672,7 @@ func newPsbtAssembler(req *lnrpc.OpenChannelRequest, normalizedMinConfs int32,
|
||||
// to pass into the wallet.
|
||||
return chanfunding.NewPsbtAssembler(
|
||||
btcutil.Amount(req.LocalFundingAmount), packet, netParams,
|
||||
!psbtShim.NoPublish,
|
||||
), nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user