petertodd / checklocktimeverify-demos

CHECKLOCKTIMEVERIFY (BIP65) Demos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Our Problem = TypeError: Hash must be byte instance; got <class 'tuple'>

makarakurt opened this issue · comments

We are working on this python file >>micropayment-channel.py(https://github.com/petertodd/checklocktimeverify-demos/blob/master/micropayment-channel.py)
and we got some error

how can we solve these problems
asdfg

Oh, checklocktimeverify-demos is really old software; it's probably incompatible with the python-bitcoinlib that you're using. Also, I wouldn't guarantee that it actually works 100% - it's just a demo after all.

The bitcoinlib version we are currently using is the following link.
https://github.com/petertodd/python-bitcoinlib
Is there a newer version of bitcoinlib ??