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
I should be able to sign and broadcast delegate registration using a HW device.
Actual behavior
When I sign a tx using an old account that has outgoing and incoming txs, the signature is created successfully and I can broadcast the tx to the network. but if I try the same thing with a new account with sufficient balance but no outgoing tx, the tx gets aborted immediately.
First I thought we have an issue with the last account, so I created two new accounts with tough balance (and no outgoing tx) but they both fail to sign a tx.
Steps to reproduce
Create a new account.
Send token to this account.
Try sending tokens (or create any other tx type)
The tx will fail immediately and the error is unhandled:
signUsingHW 2 Error: Error: hwCommand failed: Error: TransportStatusError: Ledger device: UNKNOWN_ERROR (0x6802)
at _callee2$ (hwManager.js:64)
at tryCatch (runtime.js:63)
at Generator.invoke [as _invoke] (runtime.js:294)
at Generator.throw (runtime.js:119)
at asyncGeneratorStep (bundle.app.a63c6201e26f0f934ca2.js:64446)
at _throw (bundle.app.a63c6201e26f0f934ca2.js:64448)
Which version(s) does this affect? (Environment, OS, etc...)
release/2.2.0
The text was updated successfully, but these errors were encountered:
reyraa
changed the title
Delegate registration gets aborted on the HW device immediately
Can't sign transactions using a new account on hardware wallet
Dec 15, 2021
Expected behavior
I should be able to sign and broadcast delegate registration using a HW device.
Actual behavior
When I sign a tx using an old account that has outgoing and incoming txs, the signature is created successfully and I can broadcast the tx to the network. but if I try the same thing with a new account with sufficient balance but no outgoing tx, the tx gets aborted immediately.
First I thought we have an issue with the last account, so I created two new accounts with tough balance (and no outgoing tx) but they both fail to sign a tx.
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
release/2.2.0
The text was updated successfully, but these errors were encountered: