mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 07:34:21 +01:00
pytest: check for remote_addr
This commit is contained in:
committed by
Rusty Russell
parent
38e2abf68a
commit
6db97b4235
@@ -10,7 +10,7 @@ plugin = Plugin()
|
||||
|
||||
@plugin.hook('peer_connected')
|
||||
def on_connected(peer, plugin, **kwargs):
|
||||
print("peer_connected_logger_b {}".format(peer['id']))
|
||||
print(f"peer_connected_logger_b {peer['id']} {peer}")
|
||||
return {'result': 'continue'}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user