We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf4bfc commit 726dc74Copy full SHA for 726dc74
1 file changed
florestad/src/main.rs
@@ -48,7 +48,7 @@ async fn main() {
48
electrum_address: params.electrum_address,
49
wallet_descriptor: params.wallet_descriptor,
50
filters_start_height: params.filters_start_height,
51
- user_agent: format!("floresta:{}", env!("GIT_DESCRIBE")),
+ user_agent: format!("/floresta:{}/", env!("GIT_DESCRIBE")),
52
};
53
54
let florestad = Florestad::from(config);
0 commit comments