Go to the source code of this file.
|
| namespace | cryptonote |
| | Holds cryptonote related classes and helpers.
|
| namespace | hw |
◆ dfns
Value:throw std::runtime_error(std::string("device function not supported: ")+ std::string(__FUNCTION__) + \
std::string(" (device.hpp line ")+std::to_string(__LINE__)+std::string(").")); \
return false;
Definition at line 65 of file device.hpp.
65 #define dfns() \
66 throw std::runtime_error(std::string("device function not supported: ")+ std::string(__FUNCTION__) + \
67 std::string(" (device.hpp line ")+std::to_string(__LINE__)+std::string(").")); \
68 return false;
◆ USE_DEVICE_LEDGER [1/2]
| #define USE_DEVICE_LEDGER 0 |
◆ USE_DEVICE_LEDGER [2/2]
| #define USE_DEVICE_LEDGER 1 |