We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Officially 6a 80 -> "The parameters in the data field are incorrect.":
coins/ledger/src/common.rs
Lines 216 to 217 in 32463b1
Ledger uses this just about everywhere to indicate "bad data", just search for 0x6a80, 0x6A80 or APDU_RESPONSE_INVALID_DATA (e.g. https://github.com/LedgerHQ/app-ethereum/blob/develop/src_features/signTx/cmd_signTx.c#L25-L29)
0x6a80
0x6A80
APDU_RESPONSE_INVALID_DATA
A better name would probably be BadData
BadData
The text was updated successfully, but these errors were encountered:
#134
Sorry, something went wrong.
No branches or pull requests
Officially 6a 80 -> "The parameters in the data field are incorrect.":
coins/ledger/src/common.rs
Lines 216 to 217 in 32463b1
Ledger uses this just about everywhere to indicate "bad data", just search for
0x6a80
,0x6A80
orAPDU_RESPONSE_INVALID_DATA
(e.g. https://github.com/LedgerHQ/app-ethereum/blob/develop/src_features/signTx/cmd_signTx.c#L25-L29)A better name would probably be
BadData
The text was updated successfully, but these errors were encountered: