blob: 68f9fd0aeca0d0fd507d6ea6e8ad57e59e2c4b2f [file] [log] [blame]
mod repro {
pub fn push() -> Result<(), ()> {
self.api.map_api_result(|api| {
#[allow(deprecated)]
match api.apply_extrinsic_before_version_4_with_context()? {}
})
}
}