diff --git a/chainntnfs/btcdnotify/btcd.go b/chainntnfs/btcdnotify/btcd.go index 5c2cf872..3a7f7e8b 100644 --- a/chainntnfs/btcdnotify/btcd.go +++ b/chainntnfs/btcdnotify/btcd.go @@ -381,7 +381,7 @@ out: if newSpend.details != nil { spendDetails.SpendingHeight = newSpend.details.Height } else { - spendDetails.SpendingHeight = currentHeight + spendDetails.SpendingHeight = currentHeight + 1 } for _, ntfn := range clients {