Skip to content

Commit

Permalink
small tweak on the user-agent (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidson-Souza authored Aug 13, 2024
1 parent abf4bfc commit 726dc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion florestad/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async fn main() {
electrum_address: params.electrum_address,
wallet_descriptor: params.wallet_descriptor,
filters_start_height: params.filters_start_height,
user_agent: format!("floresta:{}", env!("GIT_DESCRIBE")),
user_agent: format!("/floresta:{}/", env!("GIT_DESCRIBE")),
};

let florestad = Florestad::from(config);
Expand Down

0 comments on commit 726dc74

Please sign in to comment.