From d48011b572f6f6484ed3d5c39ebbce0013cf4ca9 Mon Sep 17 00:00:00 2001 From: ERussel Date: Thu, 12 Dec 2024 10:44:04 +0100 Subject: [PATCH] fix build --- .../Modules/AssetExchange/AssetsExchangePathCostEstimator.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novawallet/Modules/AssetExchange/AssetsExchangePathCostEstimator.swift b/novawallet/Modules/AssetExchange/AssetsExchangePathCostEstimator.swift index b60b0c915..f49e1930d 100644 --- a/novawallet/Modules/AssetExchange/AssetsExchangePathCostEstimator.swift +++ b/novawallet/Modules/AssetExchange/AssetsExchangePathCostEstimator.swift @@ -20,7 +20,7 @@ struct AssetsExchangePathCost { } } -final class AssetsExchangePathCostEstimator: AnyObject { +final class AssetsExchangePathCostEstimator { let priceStore: AssetExchangePriceStoring let chainRegistry: ChainRegistryProtocol