Updated on 2026-08-14

This commit is contained in:
Tangem 2025-12-23 14:55:04 +02:00
parent c3c5874060
commit 016b1e18d2
13 changed files with 858 additions and 421 deletions

View file

@ -248,7 +248,7 @@ internal class DefaultP2PEthPoolRepository(
}
}
private suspend fun getVaultsSync(): List<P2PEthPoolVault> {
override suspend fun getVaultsSync(): List<P2PEthPoolVault> {
return p2pEthPoolVaultsStore.getSync()
}
}