signum-network / phoenix

The official cross-platform wallet for the Signum Blockchain Platform
https://phoenix-wallet.rocks
GNU General Public License v3.0
97 stars 38 forks source link

TS and S prefixes are still inconsistent #1689

Closed ohager closed 1 year ago

ohager commented 1 year ago

Describe the bug The prefixes are still shown in a inconsistent manner...

To Reproduce Steps to reproduce the behavior:

  1. Switch between Testnet and Mainnet
  2. S and TS are not entirely updated

Suggestion:

Remove the RS address from local database.... accountId is sufficient - switch Prefix according the selected network then

deleterium commented 1 year ago

A note: Sometime it is good to store the addresses with prefixes, so they work only in one network.

ohager commented 1 year ago

I'm adding a dedicated network detection based on the blockchain constants...

ohager commented 1 year ago

done