multi: remove mempool bool from RegisterSpendNtfn

This commit is contained in:
Johan T. Halseth
2018-07-17 09:13:06 +02:00
parent 02f7f29b97
commit 57e829f47e
4 changed files with 7 additions and 8 deletions

View File

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