chore: clippy

This commit is contained in:
2024-11-29 16:44:17 +00:00
parent 2370204546
commit 91cf173058
8 changed files with 32 additions and 22 deletions

View File

@ -69,6 +69,12 @@ struct MempoolRates {
pub eur: Option<f32>,
}
impl Default for ExchangeRateCache {
fn default() -> Self {
Self::new()
}
}
impl ExchangeRateCache {
pub fn new() -> Self {
Self {