mirror of
https://github.com/monero-project/monero.git
synced 2025-08-03 05:26:09 -04:00
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:
parent
7b7958bbd9
commit
4689ad2d3c
5 changed files with 39 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue