mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
utxonursery: remove use of pointer to lnwallet.Signer iface
This commit is contained in:
parent
da250cd79b
commit
7f93aec31c
1 changed files with 1 additions and 1 deletions
|
@ -786,7 +786,7 @@ func fetchGraduatingOutputs(db *channeldb.DB, wallet *lnwallet.LightningWallet,
|
|||
// output or not.
|
||||
for _, kgtnOutput := range kgtnOutputs {
|
||||
kgtnOutput.witnessFunc = kgtnOutput.witnessType.GenWitnessFunc(
|
||||
&wallet.Cfg.Signer, kgtnOutput.signDescriptor,
|
||||
wallet.Cfg.Signer, kgtnOutput.signDescriptor,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue