mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
chainntnfs/neutrino: add bool to RegisterSpendNtfn
This commit is contained in:
parent
cc17bc1636
commit
5283b6d210
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ type spendCancel struct {
|
|||
// target outpoint has been detected, the details of the spending event will be
|
||||
// sent across the 'Spend' channel.
|
||||
func (n *NeutrinoNotifier) RegisterSpendNtfn(outpoint *wire.OutPoint,
|
||||
heightHint uint32) (*chainntnfs.SpendEvent, error) {
|
||||
heightHint uint32, _ bool) (*chainntnfs.SpendEvent, error) {
|
||||
|
||||
n.heightMtx.RLock()
|
||||
currentHeight := n.bestHeight
|
||||
|
|
Loading…
Add table
Reference in a new issue