We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c496b commit 6893d53Copy full SHA for 6893d53
eth/filters/filter_system_test.go
@@ -601,7 +601,9 @@ func TestPendingTxFilterDeadlock(t *testing.T) {
601
subs := make([]*Subscription, 20)
602
for i := 0; i < len(subs); i++ {
603
fid := api.NewPendingTransactionFilter(nil)
604
+ api.filtersMu.Lock()
605
f, ok := api.filters[fid]
606
+ api.filtersMu.Unlock()
607
if !ok {
608
t.Fatalf("Filter %s should exist", fid)
609
}
0 commit comments