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
Litecoin has the same issue described in bitcoin#29307. fclose(3) failure may prevent previously written data from being properly flushed to disk. Current code ignores fclose(3) failures, leaving file close errors undetected and unhandled.
Upstream Fix
PR bitcoin#29307: "util: explicitly close all AutoFiles that have been written"