mirror of
https://github.com/monero-project/monero.git
synced 2026-01-26 06:14:29 +01:00
device: fix ledger requesting secret keys export twice
This commit is contained in:
@@ -416,10 +416,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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user