You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
Python client does not find open channels from events, due to using the default toBlock = pending. This makes the events come after the sync_channels logic has finished.
Python client does not find open channels from events, due to using the default
toBlock = pending
. This makes the events come after thesync_channels
logic has finished.Either use
latest
heremicroraiden/microraiden/client/client.py
Line 63 in 20ed8f0
Or change the default here:
microraiden/microraiden/utils/contract.py
Line 128 in 20ed8f0
Linked to this issue, an
if c:
can also be added heremicroraiden/microraiden/client/client.py
Line 114 in 20ed8f0
The text was updated successfully, but these errors were encountered: