mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-03 10:12:28 +02:00
htlcswitch: handle update_fee message received from peer.
This commit makes the channellink update a channel's fee if an update_fee message is received from the peer.
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
ebe05f6568
commit
f4db249cb8
@@ -252,7 +252,7 @@ func TestChannelLinkBidirectionalOneHopPayments(t *testing.T) {
|
||||
}
|
||||
|
||||
// TestChannelLinkMultiHopPayment checks the ability to send payment over two
|
||||
// hopes. In this test we send the payment from Carol to Alice over Bob peer.
|
||||
// hops. In this test we send the payment from Carol to Alice over Bob peer.
|
||||
// (Carol -> Bob -> Alice) and checking that HTLC was settled properly and
|
||||
// balances were changed in two channels.
|
||||
func TestChannelLinkMultiHopPayment(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user