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
docs: add mobile SQLite considerations to sqlite.md
Document that `temp_store=memory` is required when running LND on
Android/iOS via gomobile. Without it, SQLite fails with
SQLITE_IOERR_GETTEMPPATH (error 6410) because the app sandbox prevents
access to the system temporary directory.
0 commit comments