aboutsummaryrefslogtreecommitdiff
path: root/src/device/device_default.cpp
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-03-14 13:36:14 +0200
committerRiccardo Spagni <ric@spagni.net>2018-03-14 13:36:14 +0200
commit2dfb4f098eb33b2f3003bdc37a5291e606c8a2c1 (patch)
treee19562d35c9389fa69064a280082e508ec4670eb /src/device/device_default.cpp
parentMerge pull request #3345 (diff)
parentLedger HW Bug fixes (diff)
downloadmonero-2dfb4f098eb33b2f3003bdc37a5291e606c8a2c1.tar.xz
Merge pull request #3353
73dd883d Ledger HW Bug fixes (Cédric)
Diffstat (limited to '')
-rw-r--r--src/device/device_default.cpp2
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;
}