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
waved: add wallet.dbbackend for the lwwallet backend
Expose lwwallet's wallet database backend selection as a daemon config
option and CLI flag, so the network directory can be made to hold SQLite
databases only. The default is unchanged.
The value is rejected at config-validation time rather than passed
through blindly: an unknown backend would otherwise only surface when
the operator first tries to create or unlock the wallet, which for an
auto-unlocking daemon means a failed startup with the cause several
layers down.
The option is deliberately not settable per wallet lifetime: lwwallet
refuses to resolve a backend whose counterpart's database file is
already present, so a change on an initialized network directory fails
with the file it found rather than creating an empty second wallet.
0 commit comments