Skip to content

Commit

Permalink
update routing.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
gerceboss committed Jan 24, 2024
1 parent b8a37da commit 487f727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torii/src/routing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ pub mod subscription {

#[iroha_futures::telemetry_future]
#[cfg(feature = "telemetry")]
pub async fn handle_version(sumeragi: SumeragiHandle) ->&str {
pub async fn handle_version(sumeragi: SumeragiHandle) ->String{
use iroha_version::Version;

let string = sumeragi
Expand Down

0 comments on commit 487f727

Please sign in to comment.