mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-22 13:45:48 +00:00
9629e25e69
CI caught a redeclaration - Base58Check is already a chain-agnostic object in this same package (TronAddress.kt), used for Tron's own Base58Check addresses. Bitcoin's legacy addresses are the same shape (1 version byte + 20-byte hash), just a different version byte - reuse it directly.