mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #7876
5e63f6c
Ledger: member 'mode' was shadowing that of base class (mj-xmr)
This commit is contained in:
commit
adb2542a6c
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue