htlcswitch: disable extra logging within TestChannelRetransmission
This commit is contained in:
parent
5e2b2a5cc8
commit
9a6e3b5d9c
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user