File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ func TestPeerListener(t *testing.T) {
6969 assert .NoError (t , err )
7070}
7171
72- // TestPeerListener tests that the PeerListener reconnects to the lnd node if
73- // the lnd node was killed and is online again.
72+ // TestPeerListener_Reconnect tests that the PeerListener reconnects to the
73+ // lnd node if the lnd node was killed and is online again.
7474func TestPeerListener_Reconnect (t * testing.T ) {
7575 test .IsIntegrationTest (t )
7676 t .Parallel ()
Original file line number Diff line number Diff line change @@ -816,7 +816,7 @@ func (s *SwapService) OnTxOpenedMessage(message *OpeningTxBroadcastedMessage) er
816816 return nil
817817}
818818
819- // OnTxOpenedMessage sends the TxConfirmed event to the corresponding swap state machine
819+ // SenderOnTxConfirmed sends the TxConfirmed event to the corresponding swap state machine
820820func (s * SwapService ) SenderOnTxConfirmed (swapId string ) error {
821821 swap , err := s .GetActiveSwap (swapId )
822822 if err != nil {
You can’t perform that action at this time.
0 commit comments