Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/bitcoin.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos found by codespellDimitri Papadopoulos2021-08-101-1/+1
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/269
* Bitcoin addressArthur de Jong2018-09-301-0/+159
This adds validation of Bitcoin addresses. No check is done that the addresses actually exist but only that they are syntactically correct. Closes https://github.com/arthurdejong/python-stdnum/issues/80