Merge pull request #5835
26f7a26
device: fix ledger requesting secret keys export twice (xiphon)
This commit is contained in:
commit
4ef3848423
@ -418,10 +418,10 @@ namespace hw {
|
||||
#ifdef DEBUG_HWDEVICE
|
||||
cryptonote::account_public_address pubkey;
|
||||
this->get_public_address(pubkey);
|
||||
#endif
|
||||
crypto::secret_key vkey;
|
||||
crypto::secret_key skey;
|
||||
this->get_secret_keys(vkey,skey);
|
||||
#endif
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user