diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-07-24 14:24:40 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-07-24 14:24:40 -0500 |
| commit | 8ae2681e08de3b18db433758b60bfe69ed6edd16 (patch) | |
| tree | 6c58618fcbaebef6711331f129f98c57949d7665 /src/device/device_cold.hpp | |
| parent | c62ba1d08fa7a45cf95c55976043cb9e36fdb8f3 (diff) | |
| parent | f074b6b5715f90960e5ebf8d440101ba446d94b0 (diff) | |
| download | monzero-core-8ae2681e08de3b18db433758b60bfe69ed6edd16.tar.gz monzero-core-8ae2681e08de3b18db433758b60bfe69ed6edd16.tar.xz monzero-core-8ae2681e08de3b18db433758b60bfe69ed6edd16.zip | |
Merge pull request #5594
f074b6b device: show address on device display (ph4r05)
Diffstat (limited to 'src/device/device_cold.hpp')
| -rw-r--r-- | src/device/device_cold.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/device_cold.hpp b/src/device/device_cold.hpp index 31b1504ab..22708c46a 100644 --- a/src/device/device_cold.hpp +++ b/src/device/device_cold.hpp @@ -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 { |
