Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ stop
Method
stop
tests/fixtures.py:147–151 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
145
time.sleep(0.2)
146
147
def
stop(self):
148
if
self.proc:
149
self.proc.terminate()
150
self.proc.wait(timeout=2)
151
self.proc = None
152
153
def
assert_constant_payload(self):
154
tshark_cmd = [
Callers
15
tcp_capture
Function · 0.95
test_remote_addr
Function · 0.45
test_remote_addr_port
Function · 0.45
test_reconnect_channel_peers
Function · 0.45
test_reconnect_no_update
Function · 0.45
test_reconnect_remote_sends_no_sigs
Function · 0.45
test_funding_cancel_race
Function · 0.45
test_funding_v2_cancel_race
Function · 0.45
test_multifunding_best_effort
Function · 0.45
test_lockin_between_restart
Function · 0.45
test_funding_while_offline
Function · 0.45
test_channel_reenable
Function · 0.45
Calls
1
wait
Method · 0.45
Tested by
15
test_remote_addr
Function · 0.36
test_remote_addr_port
Function · 0.36
test_reconnect_channel_peers
Function · 0.36
test_reconnect_no_update
Function · 0.36
test_reconnect_remote_sends_no_sigs
Function · 0.36
test_funding_cancel_race
Function · 0.36
test_funding_v2_cancel_race
Function · 0.36
test_multifunding_best_effort
Function · 0.36
test_lockin_between_restart
Function · 0.36
test_funding_while_offline
Function · 0.36
test_channel_reenable
Function · 0.36
test_fee_limits
Function · 0.36