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
This commit is contained in:
Dusan Klinec 2023-11-10 00:36:31 +01:00
parent 7b7958bbd9
commit 4689ad2d3c
No known key found for this signature in database
GPG key ID: 6337E118CCBCE103
5 changed files with 39 additions and 20 deletions

View file

@ -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