-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhancement - wallet - surface visibility of mainnet / testnet #16
Comments
@johndpope What do you mean? |
Closing this. I have use case where it just needs to be clear to end user which network they’re on. It’s doesnt need to switch but just be visible in wallet. |
I think when I saw this code - it would be desirable to be able to change the bitcoinkit network without having to recompile code. as in - using it as a pod. eg. want to be able to hot swap which network from appdelegate. |
I don't understand what you are saying. I'm not sure that the behavior you describe is actually desirable. I think that it can be achieved depending on how you implement the application. What kind of support is needed on the library side? |
looking at the bread library - they have some ruby scripts to toggle flags from at project level - this might be a better way to switch things moving forward. will close this. |
You probably misunderstood the API. You can change the behavior just passing parameters in code. Do not need to override or else |
or show maybe just some way to control this flow from app developer without modifying Bitcoinkit.
The text was updated successfully, but these errors were encountered: