Closed rjan90 closed 2 years ago
Hey! When one attempts to sign a transaction, but decides to reject the message it prints out a not so UX-friendly message. Would it be possible to change the error message to something more describing?
Repo steps:
./lotus send --from=f1Ledger-account f1otherAccount 0.01
Output: ERROR: failed to sign message: [APDU_CODE_COMMAND_NOT_ALLOWED] Command not allowed (no current EF)
ERROR: failed to sign message: [APDU_CODE_COMMAND_NOT_ALLOWED] Command not allowed (no current EF)
This should be handled on the Lotus-side. Closing ticket.
Hey! When one attempts to sign a transaction, but decides to reject the message it prints out a not so UX-friendly message. Would it be possible to change the error message to something more describing?
Repo steps:
./lotus send --from=f1Ledger-account f1otherAccount 0.01
Output:
ERROR: failed to sign message: [APDU_CODE_COMMAND_NOT_ALLOWED] Command not allowed (no current EF)