mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-21 22:11:46 +01:00
reformatting
This commit is contained in:
parent
4d180003e9
commit
a8c25e8cf9
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ class Peer(remoteNodeId: PublicKey, address_opt: Option[InetSocketAddress], watc
|
|||
channel ! msg
|
||||
stay using d.copy(channels = channels + (temporaryChannelId -> channel))
|
||||
|
||||
case Event(msg: RoutingMessage, ConnectedData(transport, _, _)) if sender == router=>
|
||||
case Event(msg: RoutingMessage, ConnectedData(transport, _, _)) if sender == router =>
|
||||
transport forward msg
|
||||
stay
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue