Post
Topic
Board Development & Technical Discussion
Re: Using Pycoin to spend non-standard scripts
by
HeadsOrTails
on 21/07/2015, 03:06:08 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

Submitted issue #104

I fixed it