Skip to content

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

Description

@jpentland

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions