feat: update node type references from 3Node to MyceliumNode across codebase

This commit is contained in:
mik-tf
2025-09-06 22:43:49 -04:00
parent 67577df3d0
commit bf273102cb
17 changed files with 59 additions and 59 deletions

View File

@@ -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,