cashubtc / nutshell

Chaumian ecash wallet and mint for Bitcoin
https://docs.cashu.space
MIT License
380 stars 95 forks source link

[Wallet] do not get mint keys when daemon starts up #339

Closed callebtc closed 6 months ago

callebtc commented 1 year ago

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.

Guilospanck commented 8 months ago

Hey, I suppose this is should be already closed by #318, right?

callebtc commented 6 months ago

Indeed!