multi: provide mempool=true to RegisterSpendNtfn

This commit is contained in:
Johan T. Halseth
2018-03-29 15:31:09 +02:00
parent 9e7e023194
commit 8b02064c7b
4 changed files with 7 additions and 7 deletions

View File

@@ -180,7 +180,7 @@ func (c *chainWatcher) Start() error {
}
spendNtfn, err := c.notifier.RegisterSpendNtfn(
fundingOut, heightHint,
fundingOut, heightHint, true,
)
if err != nil {
return err