mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-25 21:06:56 +02:00
htlcswitch: update mock notifier due to recent API changes
This commit is contained in:
@@ -781,7 +781,7 @@ type mockNotifier struct {
|
||||
epochChan chan *chainntnfs.BlockEpoch
|
||||
}
|
||||
|
||||
func (m *mockNotifier) RegisterConfirmationsNtfn(txid *chainhash.Hash,
|
||||
func (m *mockNotifier) RegisterConfirmationsNtfn(txid *chainhash.Hash, _ []byte,
|
||||
numConfs uint32, heightHint uint32) (*chainntnfs.ConfirmationEvent, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user