primal100 / pybitcointools

Simple, common-sense Bitcoin-themed Python ECC library
Other
335 stars 151 forks source link

Issues sending LTC txn #35

Closed Diesiel closed 1 year ago

Diesiel commented 1 year ago

When trying the "long way", i get the error

AttributeError: 'Litecoin' object has no attribute 'serialize'

When trying the short way :

{'status': 'fail', 'data': {'network': 'Network is required (DOGE, DOGETEST, ...)', 'tx_hex': 'A valid signed transaction hexadecimal string is required. Please check if all inputs in the given transactions are still available to spend. See the "Is Tx Output Spent?" API call for reference.'}}

primal100 commented 1 year ago

Hi,

I finally got around to maintaining this library again after a few years. There is a new PR with tons of changes and a new version on pypi 2.0.4. Please let me kow if this solves your issue.