Skip to content

Conversation

@yoshidan
Copy link
Collaborator

No description provided.

Comment on lines 100 to 102
PreimageKeyType::Local => continue,
PreimageKeyType::GlobalGeneric => continue,
_ => {}
Copy link
Collaborator

@siburu siburu Jun 26, 2025

Choose a reason for hiding this comment

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

The following code makes the intention clear.

Suggested change
PreimageKeyType::Local => continue,
PreimageKeyType::GlobalGeneric => continue,
_ => {}
PreimageKeyType::Blob=> {},
PreimageKeyType::Precompile => {},
_ => continue,

Copy link
Collaborator Author

@yoshidan yoshidan Jun 28, 2025

Choose a reason for hiding this comment

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

Fixed by b9a15b0

Copy link
Collaborator

@siburu siburu left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

@yoshidan yoshidan merged commit b075c19 into main Jun 30, 2025
1 check passed
@yoshidan yoshidan deleted the fix/dat6 branch June 30, 2025 00:50
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.

3 participants