diff --git a/substrate/client/src/serai/mod.rs b/substrate/client/src/serai/mod.rs index c6d508ea..baeff7cc 100644 --- a/substrate/client/src/serai/mod.rs +++ b/substrate/client/src/serai/mod.rs @@ -194,7 +194,7 @@ impl Serai { .map_err(SeraiError::RpcError) } - pub fn unsigned(&self, call: &C) -> Result { + fn unsigned(&self, call: &C) -> Result { // TODO: Should Serai purge the old transaction code AND set this to 0/1? const TRANSACTION_VERSION: u8 = 4;