mirror of
https://github.com/monero-project/monero.git
synced 2026-01-22 12:24:30 +01:00
Ledger: member 'mode' was shadowing that of base class
This commit is contained in:
@@ -166,8 +166,6 @@ namespace hw {
|
|||||||
void send_secret(const unsigned char sec[32], int &offset);
|
void send_secret(const unsigned char sec[32], int &offset);
|
||||||
void receive_secret(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;
|
bool tx_in_progress;
|
||||||
|
|
||||||
// map public destination key to ephemeral destination key
|
// map public destination key to ephemeral destination key
|
||||||
|
|||||||
Reference in New Issue
Block a user