Files
pezkuwi-wallet-android/feature-wallet-impl
pezkuwichain 086812345e Fix CI: missing Solana address imports in ChainExt.kt, unused import in RealSolanaTransactionService.kt
ChainExt.kt called toSolanaAddress/solanaAddressToAccountId/
emptySolanaAccountId/isValidSolanaAddress without importing them - an
earlier-session oversight that only surfaced once CI actually compiled
the runtime module (no local Kotlin compiler available to catch this
sooner). ktlint separately flagged an unused AccountId import.
2026-07-16 20:00:36 -07:00
..