htlcswitch: disable extra logging within TestChannelRetransmission

This commit is contained in:
Olaoluwa Osuntokun 2017-11-10 15:20:44 -08:00
parent 5e2b2a5cc8
commit 9a6e3b5d9c
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

@ -1866,9 +1866,9 @@ func TestChannelRetransmission(t *testing.T) {
serverErr := make(chan error, 4)
aliceInterceptor := createInterceptorFunc("[alice] <-- [bob]",
"alice", messages, chanID, true)
"alice", messages, chanID, false)
bobInterceptor := createInterceptorFunc("[alice] --> [bob]",
"bob", messages, chanID, true)
"bob", messages, chanID, false)
// Add interceptor to check the order of Bob and Alice messages.
n := newThreeHopNetwork(t,