mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-21 22:11:46 +01:00
fixup! make wallet resolution independent of wake-up config
This commit is contained in:
parent
d32c269781
commit
c09979e357
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ class NodeRelay private(nodeParams: NodeParams,
|
|||
}
|
||||
walletNodeId_opt match {
|
||||
case Some(walletNodeId) if nodeParams.peerWakeUpConfig.enabled => attemptWakeUp(upstream, walletNodeId, recipient, nextPayload, nextPacket_opt)
|
||||
case _ => relay(upstream, recipient, None, None, nextPayload, nextPacket_opt)
|
||||
case _ => relay(upstream, recipient, walletNodeId_opt, None, nextPayload, nextPacket_opt)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue