feat: rename 3Nodes to Mycelium Nodes across codebase and documentation

This commit is contained in:
mik-tf
2025-09-06 22:21:15 -04:00
parent add1136a89
commit 202a0fd622
19 changed files with 34 additions and 34 deletions

View File

@@ -104,7 +104,7 @@ async fn test_complete_marketplace_categories_ux_workflow() {
// Simulate node browsing and information
let node_categories = vec![
("3node", "Dedicated ThreeFold node for farming"),
("mycelium_node", "Dedicated Mycelium node for farming"),
("titan", "High-performance enterprise node"),
("quantum", "Quantum-safe storage node"),
];