mirror of
https://github.com/monero-project/monero.git
synced 2025-11-24 22:03:13 -05:00
Merge pull request #5594
f074b6b device: show address on device display (ph4r05)
This commit is contained in:
commit
8ae2681e08
12 changed files with 128 additions and 7 deletions
|
|
@ -236,6 +236,7 @@ namespace hw {
|
|||
virtual bool compute_key_image(const cryptonote::account_keys& ack, const crypto::public_key& out_key, const crypto::key_derivation& recv_derivation, size_t real_output_index, const cryptonote::subaddress_index& received_index, cryptonote::keypair& in_ephemeral, crypto::key_image& ki) { return false; }
|
||||
virtual void computing_key_images(bool started) {};
|
||||
virtual void set_network_type(cryptonote::network_type network_type) { }
|
||||
virtual void display_address(const cryptonote::subaddress_index& index, const boost::optional<crypto::hash8> &payment_id) {}
|
||||
|
||||
protected:
|
||||
device_mode mode;
|
||||
|
|
|
|||
|
|
@ -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