mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
htlcswitch: account for FundingLocked retransmission in TestChannelLinkSingleHopMessageOrdering
This commit is contained in:
parent
0dc98d9955
commit
d7cc3c5015
1 changed files with 3 additions and 0 deletions
|
@ -1299,6 +1299,9 @@ func TestChannelLinkSingleHopMessageOrdering(t *testing.T) {
|
|||
{"alice", "bob", &lnwire.ChannelReestablish{}, false},
|
||||
{"bob", "alice", &lnwire.ChannelReestablish{}, false},
|
||||
|
||||
{"alice", "bob", &lnwire.FundingLocked{}, false},
|
||||
{"bob", "alice", &lnwire.FundingLocked{}, false},
|
||||
|
||||
{"alice", "bob", &lnwire.UpdateAddHTLC{}, false},
|
||||
{"alice", "bob", &lnwire.CommitSig{}, false},
|
||||
{"bob", "alice", &lnwire.RevokeAndAck{}, false},
|
||||
|
|
Loading…
Add table
Reference in a new issue