You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unusedFormerNerpanet// removed in https://github.com/filecoin-project/lotus/pull/7373/files#diff-4592eccb93b506c1e7e175be9b631c7ccdeed4c1c5c4173a1ecd6d974e105190L15
BuildButterflynet
)
varBuildTypeint
funcBuildTypeString() string {
switchBuildType {
caseBuildDefault:
return""
caseBuildMainnet:
return"+mainnet"
caseBuild2k:
return"+2k"
caseBuildDebug:
return"+debug"
caseBuildCalibnet:
return"+calibnet"
caseBuildInteropnet:
return"+interopnet"
caseBuildButterflynet:
return"+butterflynet"
default:
return"+huh?"
}
}
varDevnet=true
// The agent string used by the node and reported to other nodes in the network.