mirror of
https://github.com/monero-project/monero.git
synced 2026-07-07 21:07:22 -07:00
ledger support for hf 15 (BP+, view tags)
This commit is contained in:
@@ -165,6 +165,10 @@ namespace hw {
|
||||
void check8(const std::string &msg, const std::string &info, const char *h, const char *d, bool crypted) {
|
||||
check(msg, info, h, d, 8, crypted);
|
||||
}
|
||||
|
||||
void check1(const std::string &msg, const std::string &info, const char *h, const char *d, bool crypted) {
|
||||
check(msg, info, h, d, 1, crypted);
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user