fix: restore get_app_tier function signature
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
49b7c400c1
commit
f608523e3d
@ -292,6 +292,7 @@ struct AppMetadata {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Get the app tier: "core", "recommended", or "optional".
|
/// Get the app tier: "core", "recommended", or "optional".
|
||||||
|
fn get_app_tier(app_id: &str) -> &'static str {
|
||||||
match app_id {
|
match app_id {
|
||||||
// Core: required for basic Bitcoin node
|
// Core: required for basic Bitcoin node
|
||||||
"bitcoin" | "bitcoin-core" | "bitcoin-knots" => "core",
|
"bitcoin" | "bitcoin-core" | "bitcoin-knots" => "core",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user