mirror of
https://github.com/monero-project/monero.git
synced 2025-01-09 11:22:03 +02:00
f9b22a7b01
- device name is a new wallet property - full device name is now a bit more structured so we can address particular device vendor + device path. Example: 'Ledger', 'Trezor:udp', 'Trezor:udp:127.0.0.1:21324', 'Trezor:bridge:usb01'. The part before ':' identifies HW device implementation, the optional part after ':' is device path to look for. - new --hw-device parameter added to the wallet, can name the hardware device - device reconnect added |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
device_default.cpp | ||
device_default.hpp | ||
device_ledger.cpp | ||
device_ledger.hpp | ||
device.cpp | ||
device.hpp | ||
log.cpp | ||
log.hpp |