diff options
author | mj-xmr <mjxmr@protonmail.com> | 2021-08-18 18:23:36 +0200 |
---|---|---|
committer | mj-xmr <mjxmr@protonmail.com> | 2021-10-07 12:03:17 +0200 |
commit | 5e63f6c292e1c7bf94b36e6c732abf24b958dd96 (patch) | |
tree | 3c561c63ca7eadf353a9323aaa911cbb8592ba0c /src/device | |
parent | Merge pull request #7984 (diff) | |
download | monero-5e63f6c292e1c7bf94b36e6c732abf24b958dd96.tar.xz |
Ledger: member 'mode' was shadowing that of base class
Diffstat (limited to 'src/device')
-rw-r--r-- | src/device/device_ledger.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/device/device_ledger.hpp b/src/device/device_ledger.hpp index 3b6cc505f..590ae41b5 100644 --- a/src/device/device_ledger.hpp +++ b/src/device/device_ledger.hpp @@ -166,8 +166,6 @@ namespace hw { void send_secret(const unsigned char sec[32], int &offset); void receive_secret(unsigned char sec[32], int &offset); - // hw running mode - device_mode mode; bool tx_in_progress; // map public destination key to ephemeral destination key |