From 9930a75f078b3b22a0782d6a627a386976d5af44 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 21 Nov 2019 16:08:14 +0100 Subject: [PATCH] eth/filters: fix comment typo --- eth/filters/filter_system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/filters/filter_system.go b/eth/filters/filter_system.go index 5f06343a30..a105ec51c3 100644 --- a/eth/filters/filter_system.go +++ b/eth/filters/filter_system.go @@ -91,7 +91,7 @@ type EventSystem struct { txsSub event.Subscription // Subscription for new transaction event logsSub event.Subscription // Subscription for new log event rmLogsSub event.Subscription // Subscription for removed log event - pendingLogsSub event.Subscription // Subscription for removed log event + pendingLogsSub event.Subscription // Subscription for pending log event chainSub event.Subscription // Subscription for new chain event // Channels