v0.2.11-pre.010
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: crates/ksp-offchain-transport-lib/src/market_price_adapter.rs
|
||||
// version: 1
|
||||
// version: 2
|
||||
|
||||
//! Shared market-price adapter mechanics layered over crate-wide HTTP primitives.
|
||||
|
||||
@@ -153,3 +153,6 @@ fn retry_after_from_error(error: &ksp_core_lib::Error) -> std::option::Option<st
|
||||
}
|
||||
return std::option::Option::None;
|
||||
}
|
||||
#[cfg(test)]
|
||||
#[path = "../unit_tests/market_price_adapter.rs"]
|
||||
mod tests;
|
||||
|
||||
Reference in New Issue
Block a user