aboutsummaryrefslogtreecommitdiff
path: root/src/device/log.hpp
diff options
context:
space:
mode:
authorj-berman <justinberman@protonmail.com>2022-06-21 17:45:02 +0100
committerj-berman <justinberman@protonmail.com>2022-08-06 15:04:16 -0700
commit2b83d00a9bd4ea0cd2145ae4d16d16d65a36af7a (patch)
tree85a06685890db5b2359d6bc342e2f42952418f19 /src/device/log.hpp
parentMerge pull request #8435 (diff)
downloadmonero-2b83d00a9bd4ea0cd2145ae4d16d16d65a36af7a.tar.xz
ledger support for hf 15 (BP+, view tags)
Diffstat (limited to '')
-rw-r--r--src/device/log.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/log.hpp b/src/device/log.hpp
index 660adc63e..a0c89ec71 100644
--- a/src/device/log.hpp
+++ b/src/device/log.hpp
@@ -75,6 +75,7 @@ namespace hw {
void check32(const std::string &msg, const std::string &info, const char *h, const char *d, bool crypted=false);
void check8(const std::string &msg, const std::string &info, const char *h, const char *d, bool crypted=false);
+ void check1(const std::string &msg, const std::string &info, const char *h, const char *d, bool crypted=false);
void set_check_verbose(bool verbose);
#endif