mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-09 18:33:25 +02:00
chainntnfs/btcdnotify: update RegisterConfirmationsNtfn to take pkScript
This commit is contained in:
@@ -822,7 +822,7 @@ type confirmationNotification struct {
|
|||||||
// RegisterConfirmationsNtfn registers a notification with BtcdNotifier
|
// RegisterConfirmationsNtfn registers a notification with BtcdNotifier
|
||||||
// which will be triggered once the txid reaches numConfs number of
|
// which will be triggered once the txid reaches numConfs number of
|
||||||
// confirmations.
|
// confirmations.
|
||||||
func (b *BtcdNotifier) RegisterConfirmationsNtfn(txid *chainhash.Hash,
|
func (b *BtcdNotifier) RegisterConfirmationsNtfn(txid *chainhash.Hash, _ []byte,
|
||||||
numConfs, heightHint uint32) (*chainntnfs.ConfirmationEvent, error) {
|
numConfs, heightHint uint32) (*chainntnfs.ConfirmationEvent, error) {
|
||||||
|
|
||||||
ntfn := &confirmationNotification{
|
ntfn := &confirmationNotification{
|
||||||
|
Reference in New Issue
Block a user