feat: update node type references from 3Node to MyceliumNode across codebase
This commit is contained in:
@@ -1731,7 +1731,7 @@ impl FarmNodeBuilder {
|
||||
last_seen: Some(self.last_seen.unwrap_or_else(|| chrono::Utc::now())),
|
||||
health_score: self.health_score.unwrap_or(0.0),
|
||||
region: self.region.unwrap_or_else(|| "Unknown".to_string()),
|
||||
node_type: self.node_type.unwrap_or_else(|| "3Node".to_string()),
|
||||
node_type: self.node_type.unwrap_or_else(|| "MyceliumNode".to_string()),
|
||||
slice_formats: None,
|
||||
rental_options: self.rental_options.map(|ro| serde_json::to_value(&ro).unwrap_or_default()),
|
||||
staking_options: None,
|
||||
|
Reference in New Issue
Block a user