feat: rename TFC to MC currency across codebase, UI, and documentation

This commit is contained in:
mik-tf
2025-09-08 12:53:09 -04:00
parent a4c5feb1ab
commit f233964f22
8 changed files with 55 additions and 55 deletions

View File

@@ -811,7 +811,7 @@ impl DashboardController {
render_template(&tmpl, "dashboard/messages.html", &ctx)
}
/// Renders the TFC Credits pools page
/// Renders the MC Credits pools page
pub async fn pools(tmpl: web::Data<Tera>, session: Session) -> Result<impl Responder> {
let mut ctx = crate::models::builders::ContextBuilder::new()
.active_page("dashboard")
@@ -3263,7 +3263,7 @@ impl DashboardController {
})).build())
}
/// Add TFC Credits to user balance
/// Add MC Credits to user balance
pub async fn add_tfp(
form: web::Form<AddTfpForm>,
session: Session,
@@ -5903,7 +5903,7 @@ impl DashboardController {
}
}
/// Stake TFC Credits on a node
/// Stake MC Credits on a node
pub async fn stake_on_node(
session: Session,
path: web::Path<String>,