mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-18 22:54:26 +01: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