When running cashu -d the wallet gets the mint keys upon startup. This is bad because we can't start the daemon in a state where it has no access to any mint yet. Instead, the keys should be fetched on demand, when the wallet does its first operation with the mint.
When running
cashu -d
the wallet gets the mint keys upon startup. This is bad because we can't start the daemon in a state where it has no access to any mint yet. Instead, the keys should be fetched on demand, when the wallet does its first operation with the mint.