Validateaddress wasn't working for non-valid addresses.#10
Validateaddress wasn't working for non-valid addresses.#10x89 wants to merge 6 commits intopetertodd:masterfrom
Conversation
|
Ha, that's embarrassing... Looks like your unit tests won't work if Bitcoin Core isn't running; maybe they in turn need to check that and disable the test if core isn't available? |
|
Haha, easy to miss! Erm by bitcoin core do you mean |
|
Yup. Maybe for now you should just "if False:" out that code unittest code with an explanation; I'll think about a better way to do it later. Also, rebase your code on the current master; github says it can't be merged as-is. |
|
That should do the trick for now. Edit: Well that. |
|
Ok, cleaned this up a bit and merged in f1efbfd |
Python3 fixes [ yapified by gitreformat (github/ghtdak) on Mon Nov 30 21:07:11 2015 ]
No description provided.