mirror of
https://github.com/monero-project/monero.git
synced 2025-06-28 07:37:13 -04:00
Add display address
This commit is contained in:
parent
d25acd7a1d
commit
34f28a79bc
2 changed files with 24 additions and 1 deletions
|
@ -199,7 +199,7 @@ namespace hw {
|
|||
bool get_public_address(cryptonote::account_public_address &pubkey) override;
|
||||
bool get_secret_keys(crypto::secret_key &viewkey , crypto::secret_key &spendkey) override;
|
||||
bool generate_chacha_key(const cryptonote::account_keys &keys, crypto::chacha_key &key, uint64_t kdf_rounds) override;
|
||||
|
||||
void display_address(const cryptonote::subaddress_index& index, const boost::optional<crypto::hash8> &payment_id) override;
|
||||
|
||||
/* ======================================================================= */
|
||||
/* SUB ADDRESS */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue