-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
- Version: 4.b13
- Python: 3.6
- OS: win
- Geth
- Rinkeby
I have a simple contract that produces events. The events are registered on mist correctly.
I can interact with the contract without problems but can't get the events. I am simply doing this:
"RegisterCall" is the name of the event in the contract.
event_filter = mycontract.events.RegisterCall.createFilter(fromBlock=1)
event_filter.get_all_entries()
>>>[]
Any suggestion will be appreciated.
Metadata
Metadata
Assignees
Labels
No labels