mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-19 20:15:18 +02:00
not finished index persistence
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
28dd6e5d84
commit
9247168c5d
@@ -872,6 +872,7 @@ func (l *channelLink) handleUpstreamMsg(msg lnwire.Message) {
|
||||
}
|
||||
}
|
||||
}()
|
||||
|
||||
case *lnwire.UpdateFee:
|
||||
// We received fee update from peer. If we are the initator we
|
||||
// will fail the channel, if not we will apply the update.
|
||||
|
@@ -1828,9 +1828,9 @@ func TestChannelRetransmission(t *testing.T) {
|
||||
serverErr := make(chan error, 4)
|
||||
|
||||
aliceInterceptor := createInterceptorFunc("[alice] <-- [bob]",
|
||||
"alice", messages, chanID, false)
|
||||
"alice", messages, chanID, true)
|
||||
bobInterceptor := createInterceptorFunc("[alice] --> [bob]",
|
||||
"bob", messages, chanID, false)
|
||||
"bob", messages, chanID, true)
|
||||
|
||||
// Add interceptor to check the order of Bob and Alice messages.
|
||||
n := newThreeHopNetwork(t, channels.aliceToBob, channels.bobToAlice,
|
||||
|
Reference in New Issue
Block a user