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
When a user tries to call sign raw bytes without expert mode on it should get this error bellow
ledger-filecoin/app/src/parser_impl.c
Line 105 in 82cc269
instead it gets Usupported transaction type also code is 0x6984 'Data is invalid' and it probably make sense to be 0x6986 'Command not allowed'
Usupported transaction type
0x6984
0x6986
🔗 zboto Link
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When a user tries to call sign raw bytes without expert mode on it should get this error bellow
ledger-filecoin/app/src/parser_impl.c
Line 105 in 82cc269
instead it gets
Usupported transaction type
also code is0x6984
'Data is invalid' and it probably make sense to be0x6986
'Command not allowed'🔗 zboto Link
The text was updated successfully, but these errors were encountered: