mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
Allow missing functions when checking the new runtime's version (#5741)
This commit is contained in:
@@ -811,6 +811,7 @@ mod tests {
|
||||
_: &str,
|
||||
_: &[u8],
|
||||
_: &mut dyn Externalities,
|
||||
_: sp_core::traits::MissingHostFunctions,
|
||||
) -> std::result::Result<Vec<u8>, String> {
|
||||
unimplemented!("Not required in tests.")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user