lnd: configure fmgr with PublishTransaction
This commit is contained in:
parent
2e1dcd316c
commit
e754db44d2
1
lnd.go
1
lnd.go
@ -277,6 +277,7 @@ func lndMain() error {
|
|||||||
fundingMgr, err := newFundingManager(fundingConfig{
|
fundingMgr, err := newFundingManager(fundingConfig{
|
||||||
IDKey: idPrivKey.PubKey(),
|
IDKey: idPrivKey.PubKey(),
|
||||||
Wallet: activeChainControl.wallet,
|
Wallet: activeChainControl.wallet,
|
||||||
|
PublishTransaction: activeChainControl.wallet.PublishTransaction,
|
||||||
Notifier: activeChainControl.chainNotifier,
|
Notifier: activeChainControl.chainNotifier,
|
||||||
FeeEstimator: activeChainControl.feeEstimator,
|
FeeEstimator: activeChainControl.feeEstimator,
|
||||||
SignMessage: func(pubKey *btcec.PublicKey,
|
SignMessage: func(pubKey *btcec.PublicKey,
|
||||||
|
Loading…
Reference in New Issue
Block a user