mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
chainntnfs/bitcoind: add bool to RegisterSpendNtfn
This commit is contained in:
parent
5283b6d210
commit
9e7e023194
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ type spendCancel struct {
|
|||
// outpoint has been detected, the details of the spending event will be sent
|
||||
// across the 'Spend' channel.
|
||||
func (b *BitcoindNotifier) RegisterSpendNtfn(outpoint *wire.OutPoint,
|
||||
_ uint32) (*chainntnfs.SpendEvent, error) {
|
||||
_ uint32, _ bool) (*chainntnfs.SpendEvent, error) {
|
||||
|
||||
ntfn := &spendNotification{
|
||||
targetOutpoint: outpoint,
|
||||
|
|
Loading…
Add table
Reference in a new issue