Skip to content

Commit

Permalink
Update token.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomt1664 authored May 24, 2024
1 parent 7e01fd6 commit c56c924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token-server/src/endpoints/token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ pub async fn get_lightning_invoice(token_server: &State<TokenServer>, token_id:
title: token_id.clone().to_string(),
description: "".to_string(),
amount: token_server.config.fee.clone(),
unit: "BTC".to_string(),
unit: token_server.config.unit.clone(),
redirectAfterPaid: "".to_string(),
email: "".to_string(),
emailLanguage: "en".to_string(),
Expand Down

0 comments on commit c56c924

Please sign in to comment.