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

add calibnet and mainnet in version #5387

Merged
merged 3 commits into from
Jan 25, 2021

Conversation

deaswang
Copy link
Contributor

fix #5373

@@ -36,7 +36,7 @@ func init() {
policy.SetConsensusMinerMinPower(abi.NewStoragePower(2048))
policy.SetMinVerifiedDealSize(abi.NewStoragePower(256))

BuildType |= Build2k
BuildType = Build2k
Copy link
Contributor

Choose a reason for hiding this comment

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

This was like that because in debug mode 2k params (this file) also execute, which may result in a wrong version in debug mode

Copy link
Contributor

@magik6k magik6k left a comment

Choose a reason for hiding this comment

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

@magik6k magik6k merged commit a2b91a5 into filecoin-project:master Jan 25, 2021
@deaswang deaswang deleted the build-network branch April 22, 2021 06:26
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.

lotus version should indicate which network it's connected to
2 participants