mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-29 18:53:14 +00:00
Merge pull request #5835
26f7a26
device: fix ledger requesting secret keys export twice (xiphon)
This commit is contained in:
commit
4ef3848423
1 changed files with 1 additions and 1 deletions
|
@ -418,10 +418,10 @@ namespace hw {
|
||||||
#ifdef DEBUG_HWDEVICE
|
#ifdef DEBUG_HWDEVICE
|
||||||
cryptonote::account_public_address pubkey;
|
cryptonote::account_public_address pubkey;
|
||||||
this->get_public_address(pubkey);
|
this->get_public_address(pubkey);
|
||||||
#endif
|
|
||||||
crypto::secret_key vkey;
|
crypto::secret_key vkey;
|
||||||
crypto::secret_key skey;
|
crypto::secret_key skey;
|
||||||
this->get_secret_keys(vkey,skey);
|
this->get_secret_keys(vkey,skey);
|
||||||
|
#endif
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue