Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-20 19:47:53 +05:00
parent 305e86960f
commit db03d6d860
17 changed files with 80 additions and 29 deletions

View file

@ -128,6 +128,7 @@ internal class UpdateWalletManagerResultFactory {
isActive = type.isActive,
isInitialized = type.isInitialized,
isAllowedToSpend = type.isAllowedToSpend,
effectiveProtocolBalance = type.effectiveProtocolBalance,
),
)
}