Skip to content

Commit

Permalink
don't hardcode NAM
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Sep 9, 2024
1 parent 0ce14ea commit 373939d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/apps_lib/src/client/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ pub async fn query_protocol_parameters(
display_line!(context.io(), "\nGovernance Parameters");
display_line!(
context.io(),
"{:4}Min. proposal fund: {} NAM",
"{:4}Min. proposal fund: {} native tokens",
"",
min_proposal_fund.to_string_native()
);
Expand Down

0 comments on commit 373939d

Please sign in to comment.