Skip to content

Commit

Permalink
utxonursery: remove use of pointer to lnwallet.Signer iface
Browse files Browse the repository at this point in the history
  • Loading branch information
cfromknecht committed Sep 20, 2017
1 parent da250cd commit 7f93aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utxonursery.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
}

Expand Down

0 comments on commit 7f93aec

Please sign in to comment.