Skip to content

Commit

Permalink
postage: add event listener (#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
acud committed Jan 15, 2021
1 parent db51797 commit deae8f4
Show file tree
Hide file tree
Showing 5 changed files with 1,483 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/postage/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ type Storer interface {

// Listener provides a blockchain event iterator.
type Listener interface {
Listen(from uint64, updater EventUpdater) error
Listen(from uint64, updater EventUpdater)
}
Loading

0 comments on commit deae8f4

Please sign in to comment.