mirror of
https://github.com/monero-project/monero.git
synced 2025-12-15 09:28:52 -05:00
ledger support for hf 15 (BP+, view tags)
This commit is contained in:
parent
b6a029f222
commit
04a1e2875d
8 changed files with 94 additions and 12 deletions
|
|
@ -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
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue