Skip to content
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

checkAddress doesnt work with testnet #4

Open
erik78se opened this issue Jul 21, 2011 · 0 comments
Open

checkAddress doesnt work with testnet #4

erik78se opened this issue Jul 21, 2011 · 0 comments
Labels

Comments

@erik78se
Copy link

When starting bitcoind with "-testnet" causes site testing to fail.

The reason is that in checkAddress(bitcon-php.inc) the address version is bound to be (1 byte) 00000000

Since the testnet has (1 byte) 00000111

... the checkAddress($address) will return false when running a site for development.

@artob artob added the bug label Aug 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants