diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-03-14 13:36:14 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-03-14 13:36:14 +0200 |
commit | 2dfb4f098eb33b2f3003bdc37a5291e606c8a2c1 (patch) | |
tree | e19562d35c9389fa69064a280082e508ec4670eb /src/device/device_default.cpp | |
parent | Merge pull request #3345 (diff) | |
parent | Ledger HW Bug fixes (diff) | |
download | monero-2dfb4f098eb33b2f3003bdc37a5291e606c8a2c1.tar.xz |
Merge pull request #3353
73dd883d Ledger HW Bug fixes (Cédric)
Diffstat (limited to '')
-rw-r--r-- | src/device/device_default.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/device_default.cpp b/src/device/device_default.cpp index c3ba42000..7ae72af44 100644 --- a/src/device/device_default.cpp +++ b/src/device/device_default.cpp @@ -185,7 +185,7 @@ namespace hw { } - bool device_default::add_output_key_mapping(const crypto::public_key &Aout, const crypto::public_key &Bout, size_t real_output_index, + bool device_default::add_output_key_mapping(const crypto::public_key &Aout, const crypto::public_key &Bout, const bool is_subaddress, const size_t real_output_index, const rct::key &amount_key, const crypto::public_key &out_eph_public_key) { return true; } |