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(node): avoid false alert on FailedLocalRecord #1630

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

maqi
Copy link
Member

@maqi maqi commented Apr 17, 2024

Description

reviewpad:summary

send_swarm_cmd(self.swarm_cmd_sender.clone(), cmd);
return Err(error);
}
self.prune_records_if_needed(&r.key)?;
Copy link
Contributor

@JasonPaulGithub JasonPaulGithub Apr 17, 2024

Choose a reason for hiding this comment

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

'r' should not be a variable name. We need descriptive variable names.
I will approve but please use a descriptive name.

@JasonPaulGithub JasonPaulGithub added Small Pull request is small Merge When Ready PR is in "Merge When Ready" labels Apr 17, 2024
@JasonPaulGithub JasonPaulGithub force-pushed the avoid_false_alert_on_FailedLocalRecord branch from 1670edd to 0d2deed Compare April 17, 2024 18:22
@joshuef joshuef merged commit 76ef35e into maidsafe:main Apr 18, 2024
50 of 51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Description Needed Merge When Ready PR is in "Merge When Ready" Small Pull request is small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants