1
0

(trivial) follow-up prev

This commit is contained in:
SomberNight
2023-11-20 11:37:39 +00:00
parent 4cdd199f5b
commit 6a8fb26881

View File

@@ -1236,7 +1236,7 @@ class LNWallet(LNWorker):
return self._scid_alias_of_node(self.node_keypair.pubkey)
@log_exceptions
async def open_channel_just_in_time( # FIXME xxxxx kwargs
async def open_channel_just_in_time(
self,
*,
next_peer: Peer,