diff --git a/electrum/lnworker.py b/electrum/lnworker.py index 1489cf2a3..4e4835aed 100644 --- a/electrum/lnworker.py +++ b/electrum/lnworker.py @@ -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,