fedimint / fedimint

Federated E-Cash Mint
https://fedimint.org/
MIT License
536 stars 209 forks source link

Refactor Bitcoin::Network to be in global config of federation #5121

Open m1sterc001guy opened 3 weeks ago

m1sterc001guy commented 3 weeks ago

See https://github.com/fedimint/fedimint/pull/5108#issuecomment-2079892814

Currently the bitcoin network (regest, testnet, signet, mainnet) is a config option inside the relevant modules (i.e wallet). The issue is to move this configuration to be a global property of the federation so it is not module specific.