diff options
Diffstat (limited to 'event')
-rw-r--r-- | event/filter/filter.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/event/filter/filter.go b/event/filter/filter.go index 1cdd6819d..90bc4bd46 100644 --- a/event/filter/filter.go +++ b/event/filter/filter.go @@ -14,6 +14,7 @@ // You should have received a copy of the GNU Lesser General Public License // along with go-ethereum. If not, see <http://www.gnu.org/licenses/>. +// Package filter implements event filters. package filter import "reflect" |