Skip to content

Commit

Permalink
Fix wallet.import test
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Jan 19, 2024
1 parent fb2ad5a commit 7966295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/qt_test/qt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 ());
Expand Down

0 comments on commit 7966295

Please sign in to comment.