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
When experimenting with fedimint-cli and modules, it seems that the client.json file is no longer used since the config is sourced from the client.db/ directory.
The text was updated successfully, but these errors were encountered:
Some((_, config)) => {// TODO: Enable after <https://github.com/fedimint/fedimint/pull/2855>// assert!(// config_source.is_none(),// "Alternative config source provided but config was found in DB"// );Ok(config)}
In particular, this file is saved to disk during the devimint setup process. But now that configs are stored in the DB when joining a federation, fedimint-cli we no longer needs or uses this file so I think it would be OK to just stop saving it to disk.
When experimenting with fedimint-cli and modules, it seems that the
client.json
file is no longer used since the config is sourced from theclient.db/
directory.The text was updated successfully, but these errors were encountered: