mirror of
https://github.com/monero-project/monero.git
synced 2025-06-29 08:27:25 -04:00
device: show address on device display
- Trezor: support for device address display (subaddress, integrated address) - Wallet::API support added - Simplewallet: - address device [<index>] - address new <label> // shows address on device also - integrated_address [device] <payment_id|address> // new optional "device" arg to display also on the device
This commit is contained in:
parent
5fbfa8a656
commit
f074b6b571
12 changed files with 128 additions and 7 deletions
|
@ -47,6 +47,7 @@ namespace hw {
|
|||
std::vector<cryptonote::address_parse_info> tx_recipients; // as entered by user
|
||||
boost::optional<int> bp_version; // BP version to use
|
||||
boost::optional<unsigned> client_version; // Signing client version to use (testing)
|
||||
boost::optional<uint8_t> hard_fork; // hard fork being used for the transaction
|
||||
};
|
||||
|
||||
class device_cold {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue