chainntnfs/neutrino: add bool to RegisterSpendNtfn

This commit is contained in:
Johan T. Halseth 2018-03-29 15:30:12 +02:00
parent cc17bc1636
commit 5283b6d210
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

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