mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-22 16:05:49 +00:00
cb8f0d8aae
subscribeAccountBalanceUpdatePoint() on Bitcoin/Tron-native/TRC20/EVM-native balance sources is only ever called from RealCrossChainTransactor's XCM arrival detection, which is Substrate-only - none of these chain families can be an XCM cross-chain destination, so the method is intentionally never reachable. A bare TODO() reads as forgotten/unfinished work; swapping it for the same UnsupportedOperationException pattern UnsupportedAssetBalance already uses elsewhere in this codebase makes the same never-called guarantee explicit and documented instead of implicit.