Patch for concurrent iterator & others (onto v1.11.6) #386

Closed
roysc wants to merge 1565 commits from v1.11.6-statediff-v5 into master
Showing only changes of commit 97401b6c63 - Show all commits

View File

@ -46,7 +46,7 @@ type filter struct {
} }
// FilterAPI offers support to create and manage filters. This will allow external clients to retrieve various // FilterAPI offers support to create and manage filters. This will allow external clients to retrieve various
// information related to the Ethereum protocol such als blocks, transactions and logs. // information related to the Ethereum protocol such as blocks, transactions and logs.
type FilterAPI struct { type FilterAPI struct {
sys *FilterSystem sys *FilterSystem
events *EventSystem events *EventSystem