Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ stop
Method
stop
contrib/pyln-testing/pyln/testing/utils.py:442–446 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
440
self.rpc.loadwallet(
"lightningd-tests"
)
441
442
def
stop(self):
443
for
p in self.proxies:
444
p.stop()
445
self.rpc.stop()
446
return
TailableProc.stop(self)
447
448
def
get_proxy(self):
449
proxy = BitcoinRpcProxy(self)
Callers
4
stop
Method · 0.45
restart
Method · 0.45
get_node
Method · 0.45
killall
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected