mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-21 14:04:06 +01:00
This commit removes the prior test for the node restart method as it can be very flaky due to process not always relinquishing ports they were blinded to. The solution for this problem is to have the lnd processes obtain ports to listen on based on their process ID.
1 line
13 B
Go
1 line
13 B
Go
package main
|