summaryrefslogtreecommitdiff
path: root/src/api/server_server.rs
diff options
context:
space:
mode:
authorTimo Kösters <timo@koesters.xyz>2023-08-07 13:55:44 +0200
committerTimo Kösters <timo@koesters.xyz>2023-08-07 13:55:44 +0200
commitc1e2ffc0cdcf11a2d9763ab85af27e1a6f6f909a (patch)
treeed116cf1064742e09fe7c13dadf35c93af8f949c /src/api/server_server.rs
parentacfe381dd3064512272f8f47ea4dd388c04f1c39 (diff)
downloadconduit-c1e2ffc0cdcf11a2d9763ab85af27e1a6f6f909a.zip
improvement: maybe cross signing really works now
Diffstat (limited to 'src/api/server_server.rs')
-rw-r--r--src/api/server_server.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/api/server_server.rs b/src/api/server_server.rs
index 2220c4d..554361f 100644
--- a/src/api/server_server.rs
+++ b/src/api/server_server.rs
@@ -55,7 +55,7 @@ use std::{
time::{Duration, Instant, SystemTime},
};
-use tracing::{debug, error, info, warn};
+use tracing::{debug, error, warn};
/// Wraps either an literal IP address plus port, or a hostname plus complement
/// (colon-plus-port if it was specified).
@@ -917,6 +917,7 @@ pub async fn send_transaction_message_route(
&master_key,
&self_signing_key,
&None,
+ true,
)?;
}
}