diff options
author | cslashm <cslashm@gmail.com> | 2020-04-03 22:56:55 +0200 |
---|---|---|
committer | cslashm <cslashm@gmail.com> | 2020-04-08 11:12:32 +0200 |
commit | 688a3e87e712123d182ae6715610c461988f9e74 (patch) | |
tree | 8c1a262441b36a20d665a9f3c5076182be6c5308 /src/device/device_default.hpp | |
parent | Merge pull request #6336 (diff) | |
download | monero-688a3e87e712123d182ae6715610c461988f9e74.tar.xz |
Add timelock verification on device
Diffstat (limited to 'src/device/device_default.hpp')
-rw-r--r-- | src/device/device_default.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/device_default.hpp b/src/device/device_default.hpp index 5252d4129..64cad78b0 100644 --- a/src/device/device_default.hpp +++ b/src/device/device_default.hpp @@ -112,6 +112,7 @@ namespace hw { crypto::signature &sig) override; bool open_tx(crypto::secret_key &tx_key) override; + void get_transaction_prefix_hash(const cryptonote::transaction_prefix& tx, crypto::hash& h) override; bool encrypt_payment_id(crypto::hash8 &payment_id, const crypto::public_key &public_key, const crypto::secret_key &secret_key) override; |