feat: rename TFC to MC currency across codebase, UI, and documentation
This commit is contained in:
@@ -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>,
|
||||
|
Reference in New Issue
Block a user