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
Calling Builder::set_network without changing the chain source will result in a Network::Bitcoin configuration for the chain source, using the mainnet Esplora server, but a test network wallet that will never sync. IMO there should be an error added to build error that reflects this network mismatch.
The text was updated successfully, but these errors were encountered:
Calling Builder::set_network without changing the chain source will result in a Network::Bitcoin configuration for the chain source, using the mainnet Esplora server, but a test network wallet that will never sync. IMO there should be an error added to build error that reflects this network mismatch.
Hmm, there is no way to tell from the set URL for which network it is. We currently simply expect users to change the chain source to their liking whenever they also switch the network.
One solution might be to disallow setting the network independently from the chain source. If we do this, we probably should do it in conjuction with #117.
Calling
Builder::set_network
without changing the chain source will result in aNetwork::Bitcoin
configuration for the chain source, using the mainnet Esplora server, but a test network wallet that will never sync. IMO there should be an error added to build error that reflects this network mismatch.The text was updated successfully, but these errors were encountered: