diff options
author | luigi1111 <luigi1111w@gmail.com> | 2022-08-07 21:34:10 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2022-08-07 21:34:10 -0500 |
commit | a50cceb8d0db3d7e6c982fb26893cdc80de32e0e (patch) | |
tree | 15e7f67df91ea9c582908bf7b9a0e1de7846521b /src/device/device_default.hpp | |
parent | Merge pull request #8454 (diff) | |
parent | ledger support for hf 15 (BP+, view tags) (diff) | |
download | monero-a50cceb8d0db3d7e6c982fb26893cdc80de32e0e.tar.xz |
Merge pull request #8466
2b83d00 ledger support for hf 15 (BP+, view tags) (j-berman)
Diffstat (limited to '')
-rw-r--r-- | src/device/device_default.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/device_default.hpp b/src/device/device_default.hpp index 7d3543652..58149cdbf 100644 --- a/src/device/device_default.hpp +++ b/src/device/device_default.hpp @@ -101,7 +101,7 @@ namespace hw { bool derive_public_key(const crypto::key_derivation &derivation, const std::size_t output_index, const crypto::public_key &pub, crypto::public_key &derived_pub) override; bool secret_key_to_public_key(const crypto::secret_key &sec, crypto::public_key &pub) override; bool generate_key_image(const crypto::public_key &pub, const crypto::secret_key &sec, crypto::key_image &image) override; - bool derive_view_tag(const crypto::key_derivation &derivation, const std::size_t output_index, crypto::view_tag &view_tag); + bool derive_view_tag(const crypto::key_derivation &derivation, const std::size_t output_index, crypto::view_tag &view_tag) override; /* ======================================================================= */ |