mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-09 09:42:12 +02:00
lnd: configure fmgr with PublishTransaction
This commit is contained in:
1
lnd.go
1
lnd.go
@@ -277,6 +277,7 @@ func lndMain() error {
|
||||
fundingMgr, err := newFundingManager(fundingConfig{
|
||||
IDKey: idPrivKey.PubKey(),
|
||||
Wallet: activeChainControl.wallet,
|
||||
PublishTransaction: activeChainControl.wallet.PublishTransaction,
|
||||
Notifier: activeChainControl.chainNotifier,
|
||||
FeeEstimator: activeChainControl.feeEstimator,
|
||||
SignMessage: func(pubKey *btcec.PublicKey,
|
||||
|
Reference in New Issue
Block a user