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

add Komodo test #360

Closed ca333 closed 5 years ago

ca333 commented 5 years ago

thank you @prusnak - fixed the wrong network identifier

prusnak commented 5 years ago

merged manually in https://github.com/trezor/python-trezor/commit/f874a76702a768140f31b75cf97a983703bdc262

prusnak commented 5 years ago

@ca333 You haven't really try to even run the test did you? It was missing lock_time, which was present in the output transaction, so it could have never worked. I fixed that, but Trezor still produces different signature than the one you have in your test (and accepted by the network). Please have a look at that why this happens.