Post
Topic
Board Development & Technical Discussion
Re: Using Pycoin to spend non-standard scripts
by
d4n13
on 19/07/2015, 06:28:34 UTC
Yep... there is a bug in there somewhere...

Try the following
Code:
from bitcoin import *
serialize_script(deserialize_script('ac'))
---
RuntimeError: maximum recursion depth exceeded while calling a Python object