Skip to content

Commit f317afd

Browse files
committed
lndservices: move psbt_channel_funder.go into the new package
1 parent 6017ab6 commit f317afd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

psbt_channel_funder.go renamed to lndservices/psbt_channel_funder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package taprootassets
1+
package lndservices
22

33
import (
44
"bytes"

tapcfg/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ func genServerConfig(cfg *Config, cfgLogger btclog.Logger,
508508
Signer: assetWallet,
509509
},
510510
)
511-
channelFunder := tap.NewLndPbstChannelFunder(lndServices)
511+
channelFunder := lndservices.NewLndPbstChannelFunder(lndServices)
512512
auxFundingController := tapchannel.NewFundingController(
513513
tapchannel.FundingControllerCfg{
514514
HeaderVerifier: headerVerifier,

0 commit comments

Comments
 (0)