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 maybe add proof node #36

Merged
merged 6 commits into from
Mar 20, 2024
Merged

Fix maybe add proof node #36

merged 6 commits into from
Mar 20, 2024

Conversation

bendanzhentan
Copy link
Contributor

@bendanzhentan bendanzhentan commented Mar 18, 2024

core/processor.go Outdated Show resolved Hide resolved
core/processor.go Outdated Show resolved Hide resolved
if !isList {
return proof
}
if /* isList && */ err != nil {

Choose a reason for hiding this comment

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

I suggest not using this writing style. Comments should be separated from the actual code on different lines, or they can also be omitted. We should know that isList=true at this time.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure. Comments were removed at 2706541

Copy link

@welkin22 welkin22 left a comment

Choose a reason for hiding this comment

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

LGTM

@bendanzhentan bendanzhentan merged commit ab1d4c1 into main Mar 20, 2024
2 checks passed
@bendanzhentan bendanzhentan deleted the fix-maybe-add-proof-node branch March 20, 2024 02:25
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.

2 participants