You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warnings.push_back(strprintf(_("Warning: Dumpfile wallet format \"%s\" does not match command line specified format \"%s\"."), format_value, file_format));
assert(began); // This is a critical error, the new db could not be written to. The original db exists as a backup, but we should not continue execution.
3880
3880
for (constauto& [key, value] : records) {
3881
-
if (!batch->Write(MakeUCharSpan(key), MakeUCharSpan(value))) {
0 commit comments