Zondax / ledger-tezos

Apache License 2.0
8 stars 5 forks source link

Return proper Target ID #155

Closed ghost closed 2 years ago

ghost commented 2 years ago

Currently when asked for the target id we simply return a 0, while the proper way would to call the SDK and return the actual target id for the platform we are using currently.

/cc @jleni

See: https://github.com/Zondax/ledger-tezos/blob/ef4425540c7425b359e4112c52e07f4520207765/rust/app/src/handlers/version.rs#L27

ghost commented 2 years ago

Closed by https://github.com/Zondax/ledger-tezos/pull/188/commits/f090119e353ce9ef6489a0bb34fbaa7604c06253#diff-7b5347ceb872b84466b69281c091c7da0220580664e07626d0f77354878fae30R42