diff options
author | Dusan Klinec <dusan.klinec@gmail.com> | 2023-11-10 00:36:31 +0100 |
---|---|---|
committer | Dusan Klinec <dusan.klinec@gmail.com> | 2024-04-10 18:19:22 +0200 |
commit | 4689ad2d3cf2fcc9ab1e499465ac306ea6d43f31 (patch) | |
tree | b23ab3603ae8907647df85b9c1edd1380ba549d2 /tests/trezor | |
parent | Merge pull request #9004 (diff) | |
download | monero-4689ad2d3cf2fcc9ab1e499465ac306ea6d43f31.tar.xz |
trezor: support c++17 and protobuf v25, libusb fix
- fix If there is no protobuf version installed, if fails
- passphrase test fix, wallet keys init was missing
Diffstat (limited to 'tests/trezor')
-rw-r--r-- | tests/trezor/trezor_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/trezor/trezor_tests.cpp b/tests/trezor/trezor_tests.cpp index b21da95c0..0fcd10cef 100644 --- a/tests/trezor/trezor_tests.cpp +++ b/tests/trezor/trezor_tests.cpp @@ -2206,6 +2206,7 @@ bool gen_trezor_wallet_passphrase::generate(std::vector<test_event_entry>& event const auto wallet_path = (m_wallet_dir / "alice2").string(); const epee::wipeable_string& password = epee::wipeable_string("test-pass"); + wallet_accessor_test::set_password(m_wl_alice2.get(), password); m_wl_alice2->store_to(wallet_path, password); // Positive load |