You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems this app is compiled separately for each coin, although they differ only in build parameters like BTCHIP_P2PKH_VERSION and BTCHIP_P2SH_VERSION?
Could these parameters be moved into the application settings? It would save space on device to use just one app with an initial coin-selection prompt.
Am I overlooking any problems with this?
The text was updated successfully, but these errors were encountered:
If there's any one thing that makes Ledger hard to use it's switching between apps and uninstalling and reinstalling apps. As mentioned above, many coins work in identical ways, so a more generic app should be created to cover all Bitcoin like coins. This isn't just a programmer feature - this would make the whole device a heap more usable.
It seems this app is compiled separately for each coin, although they differ only in build parameters like BTCHIP_P2PKH_VERSION and BTCHIP_P2SH_VERSION?
Could these parameters be moved into the application settings? It would save space on device to use just one app with an initial coin-selection prompt.
Am I overlooking any problems with this?
The text was updated successfully, but these errors were encountered: