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
There are errors in this commit 808051d#diff-7fc2e947b54d13e96c3477dc4e6e6c06
lotus/miner/miner.go
Line 174 in 46ed014
if !m.niceSleep(time.Second * 5) { break } continue
here break to
Line 212 in 46ed014
Line 217 in 46ed014
if !m.niceSleep(time.Duration(build.BlockDelaySecs) * time.Second) { break }
may use goto
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are errors in this commit
808051d#diff-7fc2e947b54d13e96c3477dc4e6e6c06
lotus/miner/miner.go
Line 174 in 46ed014
here break to
lotus/miner/miner.go
Line 212 in 46ed014
lotus/miner/miner.go
Line 217 in 46ed014
may use goto
The text was updated successfully, but these errors were encountered: