-
Notifications
You must be signed in to change notification settings - Fork 10
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
Feature/regtest address #1
base: master
Are you sure you want to change the base?
Feature/regtest address #1
Conversation
should translate legacy address format to cashaddr format correctly
add regtest address test case
regtest address support
add slp regtest address
…re/regtest-address * 'master' of github.com:simpleledger/bchaddrjs: d.ts update add d.ts file
Thanks for submitting the PR. I don't understand why we need to add the "regtest" parameter in many of the methods. I use this library with the regtest network as-is. For example: Can you please explain why these changes are needed and what can't be achieved as-is? |
@jcramer Because many methods requires regtest flag to discern between regtest and testnet address |
add regtest support