mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 14:40:51 +02:00
Merge pull request #6730 from Roasbeef/notifier-optional-block
chainntfns: add new option for conf notifications to send block
This commit is contained in:
@@ -57,7 +57,8 @@ func (n *NoChainBackend) RelayFeePerKW() chainfee.SatPerKWeight {
|
||||
}
|
||||
|
||||
func (n *NoChainBackend) RegisterConfirmationsNtfn(*chainhash.Hash, []byte,
|
||||
uint32, uint32) (*chainntnfs.ConfirmationEvent, error) {
|
||||
uint32, uint32,
|
||||
...chainntnfs.NotifierOption) (*chainntnfs.ConfirmationEvent, error) {
|
||||
|
||||
return nil, errNotImplemented
|
||||
}
|
||||
|
Reference in New Issue
Block a user