mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
chainntnfs/bitcoindnotify: update RegisterConfirmationsNtfn to take pkScript
This commit is contained in:
parent
6387c9e085
commit
f45e41afc1
1 changed files with 1 additions and 1 deletions
|
@ -784,7 +784,7 @@ type confirmationNotification struct {
|
|||
// which will be triggered once the txid reaches numConfs number of
|
||||
// confirmations.
|
||||
func (b *BitcoindNotifier) RegisterConfirmationsNtfn(txid *chainhash.Hash,
|
||||
numConfs, heightHint uint32) (*chainntnfs.ConfirmationEvent, error) {
|
||||
_ []byte, numConfs, heightHint uint32) (*chainntnfs.ConfirmationEvent, error) {
|
||||
|
||||
ntfn := &confirmationNotification{
|
||||
ConfNtfn: chainntnfs.ConfNtfn{
|
||||
|
|
Loading…
Add table
Reference in a new issue