Fix wallet.import test

This commit is contained in:
Piotr Wójcik 2024-01-19 14:48:16 +01:00
commit f42beb8d03

View file

@ -685,7 +685,7 @@ TEST (wallet, import)
system.wallet (0)->store.serialize_json (transaction, json);
}
system.wallet (1)->insert_adhoc (key2.prv);
auto path (nano::unique_path ());
auto path{ nano::unique_path () / "wallet.json" };
{
std::ofstream stream;
stream.open (path.string ().c_str ());