mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-22 19:05:30 +02:00
htlcswitch: disable extra logging within TestChannelRetransmission
This commit is contained in:
@@ -1866,9 +1866,9 @@ func TestChannelRetransmission(t *testing.T) {
|
|||||||
serverErr := make(chan error, 4)
|
serverErr := make(chan error, 4)
|
||||||
|
|
||||||
aliceInterceptor := createInterceptorFunc("[alice] <-- [bob]",
|
aliceInterceptor := createInterceptorFunc("[alice] <-- [bob]",
|
||||||
"alice", messages, chanID, true)
|
"alice", messages, chanID, false)
|
||||||
bobInterceptor := createInterceptorFunc("[alice] --> [bob]",
|
bobInterceptor := createInterceptorFunc("[alice] --> [bob]",
|
||||||
"bob", messages, chanID, true)
|
"bob", messages, chanID, false)
|
||||||
|
|
||||||
// Add interceptor to check the order of Bob and Alice messages.
|
// Add interceptor to check the order of Bob and Alice messages.
|
||||||
n := newThreeHopNetwork(t,
|
n := newThreeHopNetwork(t,
|
||||||
|
Reference in New Issue
Block a user