Closed selsta closed 5 years ago
When compiling beta 3 (also happened on beta 2) I get the following after creating a wallet with --generate-from-device and typing refresh in the wallet.
--generate-from-device
refresh
Error: refresh failed: unexpected error: Wrong Device Status : SW=6f42 (EXPECT=9000, MASK=ffff). Blocks received: 0
I tried the 0.12 release and also latest master with your ledger patches applied.
The store dev version works fine.
Any idea what this could be?
I'm getting this issue as well. @cslashm
The problem is due to law relative to cryptography export. the AES is blocked by default. For testing you can uncomment the line:
#DEFINES += IODUMMYCRYPT
in Makefile
When compiling beta 3 (also happened on beta 2) I get the following after creating a wallet with
--generate-from-device
and typingrefresh
in the wallet.I tried the 0.12 release and also latest master with your ledger patches applied.
The store dev version works fine.
Any idea what this could be?