mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 06:07:16 +01:00
chore: fix some function names
Signed-off-by: largemouth <largemouth@aliyun.com>
This commit is contained in:
@@ -148,7 +148,7 @@ func TestConnectionCorrectness(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
// TestConecurrentHandshakes verifies the listener's ability to not be blocked
|
||||
// TestConcurrentHandshakes verifies the listener's ability to not be blocked
|
||||
// by other pending handshakes. This is tested by opening multiple tcp
|
||||
// connections with the listener, without completing any of the brontide acts.
|
||||
// The test passes if real brontide dialer connects while the others are
|
||||
|
||||
Reference in New Issue
Block a user