Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix alephium event handler #104

Merged
merged 2 commits into from
Nov 13, 2023
Merged

Fix alephium event handler #104

merged 2 commits into from
Nov 13, 2023

Conversation

Lbqds
Copy link
Member

@Lbqds Lbqds commented Nov 13, 2023

Due to this issue, some events are lost in the events handler. This pull request actually modifies only two lines of code, from:

unconfirmed, err := w.toUnconfirmedEvent(&event)

to:

contractEvent := event
unconfirmed, err := w.toUnconfirmedEvent(&contractEvent)

We need to update the guardian after this PR is merged.

@Lbqds Lbqds requested review from polarker and h0ngcha0 November 13, 2023 13:08
@Lbqds Lbqds merged commit e9a6df0 into master Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant