-
Notifications
You must be signed in to change notification settings - Fork 0
Ensure we're checking the correct config data when using the clear of… #72
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
base: keysets
Are you sure you want to change the base?
Conversation
…fline phase data function.
|
PASS [ 44.540s] (3/3) lit_node::test toxiproxy::perf_tests::load_with_no_latency |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
|
|
||
| fn set_chain_defaults(&mut self) { | ||
| async fn set_chain_defaults(&mut self, invalidate_chain_cache: bool) ->Result<()>{ | ||
|
|
Copilot
AI
Jan 14, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty line should be removed. The function body should start immediately after the opening brace.
| } | ||
|
|
||
| fn set_chain_defaults(&mut self) { | ||
| async fn set_chain_defaults(&mut self, invalidate_chain_cache: bool) ->Result<()>{ |
Copilot
AI
Jan 14, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing space before the opening brace in the Result type. Should be 'Result<()>' with proper spacing, or '-> Result<()>' with a space after the arrow.
| async fn set_chain_defaults(&mut self, invalidate_chain_cache: bool) ->Result<()>{ | |
| async fn set_chain_defaults(&mut self, invalidate_chain_cache: bool) -> Result<()> { |
DashKash54
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're launching Naga keyset without presigs? So this won't be merged right now?
…fline phase data function.