We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Minor bug: the sync command (lotus sync wait) will flood the window if it wraps a line:
lotus sync wait
otherwise the line updates the block height on the same line just fine.
The text was updated successfully, but these errors were encountered:
This code lives in https://github.com/filecoin-project/lotus/blob/master/cli/sync.go#L148, if anyone wants to take stab at this all contributions are welcome
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Minor bug: the sync command (
lotus sync wait
) will flood the window if it wraps a line:otherwise the line updates the block height on the same line just fine.
The text was updated successfully, but these errors were encountered: