multi: update to latest RegisterBlockEpochNtfn interface

This commit is contained in:
Valentine Wallace
2018-08-09 00:05:27 -07:00
parent 71a81f59a9
commit 1ffc3bb82e
13 changed files with 22 additions and 17 deletions

View File

@@ -103,7 +103,7 @@ func (d *DecayedLog) Start() error {
// Start garbage collector.
if d.notifier != nil {
epochClient, err := d.notifier.RegisterBlockEpochNtfn()
epochClient, err := d.notifier.RegisterBlockEpochNtfn(nil)
if err != nil {
return fmt.Errorf("Unable to register for epoch "+
"notifications: %v", err)