aboutsummaryrefslogtreecommitdiff
path: root/src/device/device_ledger.cpp
diff options
context:
space:
mode:
authorcslashm <cslashm@gmail.com>2019-10-01 15:52:47 +0200
committercslashm <cslashm@gmail.com>2019-10-03 16:05:40 +0200
commit235b94eb5999b1d802b4a30ea59948cfe0c87e5c (patch)
tree2c5134aca75d6bd50f599b536233e5016a43fbf7 /src/device/device_ledger.cpp
parentAdd display address (diff)
downloadmonero-235b94eb5999b1d802b4a30ea59948cfe0c87e5c.tar.xz
Revert PR #5835 (export view key)
Diffstat (limited to 'src/device/device_ledger.cpp')
-rw-r--r--src/device/device_ledger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/device_ledger.cpp b/src/device/device_ledger.cpp
index c1256e926..cbfca6c56 100644
--- a/src/device/device_ledger.cpp
+++ b/src/device/device_ledger.cpp
@@ -476,10 +476,10 @@ namespace hw {
#ifdef DEBUG_HWDEVICE
cryptonote::account_public_address pubkey;
this->get_public_address(pubkey);
+ #endif
crypto::secret_key vkey;
crypto::secret_key skey;
this->get_secret_keys(vkey,skey);
- #endif
return true;
}