trezor / python-trezor

:snake: Don't use this repo, use the new monorepo instead:
https://github.com/trezor/trezor-firmware
GNU Lesser General Public License v3.0
201 stars 194 forks source link

Missed backslash ('/') in the URL address #288

Closed idimon4uk closed 6 years ago

idimon4uk commented 6 years ago

Hi Trezor Team, We've found some issues in the method "get_url" in trezorlib/tx_api.py . It is connected with the appending of URL address. There is missing '/' between "url" and "tx". As a result, we have an incorrect URL when trying to append bitcore url "tx" and "txidso. Please find the screenshots attached: Also, we ‘ve prepared a quick fix for this issue. You can find it in our repository with the following link: https://github.com/idimon4uk/python-trezor/commit/a6fa86f3fa9f70f214458e6e7e5400df34e6ed28 image

matejcik commented 6 years ago

this is now fixed