Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test/regnet.py attempts to call non-existent stop() method of bitcoin.rpc.Proxy #35

Open
jpentland opened this issue Jul 10, 2016 · 0 comments

Comments

@jpentland
Copy link

jpentland commented Jul 10, 2016

In stop method of class BitcoinNode there is a line "proxy.stop()" which fails when executed since the class bitcoin.rpc.Proxy has no stop() method. It seems the rpc connection is closed on object deletion and therefore this call isn't needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant