obsidiansystems / ledger-app-nervos

MIT License
10 stars 10 forks source link

CKB address display on device #163

Closed katat closed 4 years ago

katat commented 4 years ago

The CKB addresses displayed on device are all mainnet based even the operations, such as getWalletPublicKey and signTransaction, targets the testnet.

For example, when signing a transaction for testnet, the device prompts a mainnet destination address. I think this would be confusing to the users. Can we get the information prompted by the ckb app to be consistent with the targeted network?

mikereinhart commented 4 years ago

Hi @katat - there is a configuration in the app where you can change the display of the address between mainnet (ckb) and testnet (ckt). Let us know if you're unable to find it or it doesn't behave as expected!

mikereinhart commented 4 years ago

I've done a quick scan of our documentation related to this, and the closest reference is found here - https://github.com/obsidiansystems/ledger-app-nervos#obtain--verify-public-key

katat commented 4 years ago

I see. Thanks @mikereinhart