-
Notifications
You must be signed in to change notification settings - Fork 41
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
Fix Issue #28. NFC #29
base: master
Are you sure you want to change the base?
Conversation
Fixes #28. |
You ... fixed the issue by changing the comment? |
Good call. I should have done more archaeology. Looks like the discrepancy between the comment and the code was introduced in fac7496 |
Now this looks like a fix. Thank you. Currently there is no iOS team to take over though. |
Is it fixed |
for (uint32_t j = 0; j < 2; j++) { | ||
|
||
// Scan external addresses... | ||
for (uint32_t j = 0; j < 20; j++) { | ||
BTCAddress* addr = [self addressForAddress:[BTCPublicKeyAddress addressWithData:BTCHash160([accKeychain externalKeyAtIndex:j].publicKey)]]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bitcoin:39oxfNaSagBwX3KCJfHZgAnq37Eszm5iTf?amount=0.04144
yes |
No description provided.