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
code that sends a tx with <contract>.tx.<method> produces the following error logs
2023-06-21 15:48:45 CONTRACT: Unable to decode contract event: Unable to find event with index 0
2023-06-21 15:48:46 CONTRACT: Unable to decode contract event: Unable to find event with index 0
2023-06-21 15:48:46 CONTRACT: Unable to decode contract event: Unable to find event with index 1
2023-06-21 15:48:46 CONTRACT: Unable to decode contract event: Unable to find event with index 0
2023-06-21 15:48:46 CONTRACT: Unable to decode contract event: Unable to find event with index 0
2023-06-21 15:48:46 CONTRACT: Unable to decode contract event: Unable to find event with index 0
2023-06-21 15:48:46 CONTRACT: Unable to decode contract event: Unable to find event with index 4
2023-06-21 15:48:46 CONTRACT: Unable to decode contract event: Unable to find event with index 4
2023-06-21 15:48:46 CONTRACT: Unable to decode contract event: Unable to find event with index 3
2023-06-21 15:48:46 CONTRACT: Unable to decode contract event: Unable to find event with index 0
Any hints as to how I could fix that?
The text was updated successfully, but these errors were encountered:
With the following dependencies
code that sends a tx with
<contract>.tx.<method>
produces the following error logsAny hints as to how I could fix that?
The text was updated successfully, but these errors were encountered: