Skip to content

Commit

Permalink
Merge pull request #106 from LedgerHQ/cev/fix_openpgp
Browse files Browse the repository at this point in the history
Fix appFlags for OpenPGP nanox and stax
  • Loading branch information
cedelavergne-ledger authored Oct 19, 2023
2 parents 7852ae5 + 463ef2c commit f111a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-load-params-db.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
"path": ["44'/1003'", "44'/354'"]
},
"OpenPGP": {
"appFlags": {"nanos": "0x000", "nanos2": "0x000", "nanox": "0x000", "stax": "0x000"},
"appFlags": {"nanos": "0x000", "nanos2": "0x000", "nanox": "0x200", "stax": "0x200"},
"appName": "OpenPGP",
"curve": ["secp256k1"],
"path": ["2152157255'"]
Expand Down

0 comments on commit f111a43

Please sign in to comment.