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
When saving a new address to the device, the "Set Slot" verification screen currently only shows the Flow address value, but it should also display the associated public key for that path.
This allows the user to check both the address and public key against an on-chain source in order to verify that they are paired correctly.
The text was updated successfully, but these errors were encountered:
What however has been done is that if an address is stored on slot 0, then both getPublicKey call and an item in the menu allow to review both address and public key. To see how this interaction work at the moment you can review these snapshots https://github.com/onflow/ledger-app-flow/tree/master/tests_speculos/test-menu
If the functionality as described here is still desired it is fairly straightforward task requiring one to two days of work (it may be slightly harder than it looks at the first glance, but still fairly easy).
When saving a new address to the device, the "Set Slot" verification screen currently only shows the Flow address value, but it should also display the associated public key for that path.
This allows the user to check both the address and public key against an on-chain source in order to verify that they are paired correctly.
The text was updated successfully, but these errors were encountered: