diff --git a/pallets/slow-clap/Cargo.toml b/pallets/slow-clap/Cargo.toml
index 815b94a..95849ce 100644
--- a/pallets/slow-clap/Cargo.toml
+++ b/pallets/slow-clap/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ghost-slow-clap"
-version = "0.4.22"
+version = "0.4.23"
description = "Applause protocol for the EVM bridge"
license.workspace = true
authors.workspace = true
diff --git a/pallets/slow-clap/src/deserialisations.rs b/pallets/slow-clap/src/deserialisations.rs
index 1597555..4e832ac 100644
--- a/pallets/slow-clap/src/deserialisations.rs
+++ b/pallets/slow-clap/src/deserialisations.rs
@@ -8,7 +8,7 @@ where
Ok(Some(s.as_bytes().to_vec()))
}
-pub fn de_string_to_u64<'de, D>(de: D) -> Result