Skip to content

Commit 726dc74

Browse files
small tweak on the user-agent (#217)
1 parent abf4bfc commit 726dc74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

florestad/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async fn main() {
4848
electrum_address: params.electrum_address,
4949
wallet_descriptor: params.wallet_descriptor,
5050
filters_start_height: params.filters_start_height,
51-
user_agent: format!("floresta:{}", env!("GIT_DESCRIBE")),
51+
user_agent: format!("/floresta:{}/", env!("GIT_DESCRIBE")),
5252
};
5353

5454
let florestad = Florestad::from(config);

0 commit comments

Comments
 (0)