diff options
| author | xiphon <xiphon@protonmail.com> | 2018-10-18 03:33:42 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2018-10-18 17:53:06 +0300 |
| commit | 25d327e796e60b2dceab4aeab26fbc4edf7a5537 (patch) | |
| tree | d9f617cabd64b5bc35573c205b100f6695b02baf /src/device/device_ledger.cpp | |
| parent | 825d836f9f6ee724cf5b44ce720ad0bc26730ba0 (diff) | |
| download | monzero-core-25d327e796e60b2dceab4aeab26fbc4edf7a5537.tar.gz monzero-core-25d327e796e60b2dceab4aeab26fbc4edf7a5537.tar.xz monzero-core-25d327e796e60b2dceab4aeab26fbc4edf7a5537.zip | |
device: extended logging, refactored device selection code
Diffstat (limited to 'src/device/device_ledger.cpp')
| -rw-r--r-- | src/device/device_ledger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/device_ledger.cpp b/src/device/device_ledger.cpp index a17784960..d879ee95a 100644 --- a/src/device/device_ledger.cpp +++ b/src/device/device_ledger.cpp @@ -340,7 +340,7 @@ namespace hw { bool device_ledger::connect(void) { this->disconnect(); - hw_device.connect(0x2c97,0x0001, 0, 0xffa0, hw_device.OR_SELECT); + hw_device.connect(0x2c97, 0x0001, 0, 0xffa0); this->reset(); #ifdef DEBUG_HWDEVICE cryptonote::account_public_address pubkey; |
