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