You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: