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: Remove call to non-existent bitcoin rpc stop() method #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jpentland
Copy link

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.

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.
@jpentland
Copy link
Author

See #35

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

Successfully merging this pull request may close these issues.

1 participant