aboutsummaryrefslogtreecommitdiff
path: root/src/device/device_cold.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/device/device_cold.hpp1
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 {