Skip to content

Commit 090b838

Browse files
committed
Set bilingual error completely
1 parent f33e332 commit 090b838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/sqlite.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ std::unique_ptr<SQLiteDatabase> MakeSQLiteDatabase(const fs::path& path, const D
584584
return db;
585585
} catch (const std::runtime_error& e) {
586586
status = DatabaseStatus::FAILED_LOAD;
587-
error.original = e.what();
587+
error = Untranslated(e.what());
588588
return nullptr;
589589
}
590590
}

0 commit comments

Comments
 (0)