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

switch more EVM components to use sqlutil.DataStore #12856

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

jmank88
Copy link
Contributor

@jmank88 jmank88 commented Apr 17, 2024

@jmank88 jmank88 marked this pull request as ready for review April 17, 2024 11:34
@jmank88 jmank88 requested review from a team as code owners April 17, 2024 11:35
@jmank88 jmank88 enabled auto-merge April 17, 2024 11:44
@@ -565,55 +565,53 @@ func (lsn *listenerV2) enqueueForceFulfillment(
}

// fulfill the request through the VRF owner
err = lsn.q.Transaction(func(tx pg.Queryer) error {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird this was a transaction in the first place 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, maybe it was just nudged to a confused state from edits over time 🤷

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.

None yet

2 participants