htlcswitch: update mock notifier due to recent API changes

This commit is contained in:
Olaoluwa Osuntokun 2018-05-30 22:15:59 -07:00
parent 8dd0b56d35
commit 3268019326
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

@ -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
}