@@ -102,7 +102,7 @@ func (coord *Coordinator) SetupClients(path *Path) {
102
102
require .NoError (coord .t , err )
103
103
}
104
104
105
- // SetupClientConnections is a helper function to create clients and the appropriate
105
+ // SetupConnections is a helper function to create clients and the appropriate
106
106
// connections on both the source and counterparty chain. It assumes the caller does not
107
107
// anticipate any errors.
108
108
func (coord * Coordinator ) SetupConnections (path * Path ) {
@@ -111,7 +111,7 @@ func (coord *Coordinator) SetupConnections(path *Path) {
111
111
coord .CreateConnections (path )
112
112
}
113
113
114
- // CreateConnection constructs and executes connection handshake messages in order to create
114
+ // CreateConnections constructs and executes connection handshake messages in order to create
115
115
// OPEN channels on chainA and chainB. The connection information of for chainA and chainB
116
116
// are returned within a TestConnection struct. The function expects the connections to be
117
117
// successfully opened otherwise testing will fail.
@@ -154,7 +154,7 @@ func (coord *Coordinator) CreateTransferChannels(path *Path) {
154
154
coord .CreateChannels (path )
155
155
}
156
156
157
- // CreateChannel constructs and executes channel handshake messages in order to create
157
+ // CreateChannels constructs and executes channel handshake messages in order to create
158
158
// OPEN channels on chainA and chainB. The function expects the channels to be successfully
159
159
// opened otherwise testing will fail.
160
160
func (coord * Coordinator ) CreateChannels (path * Path ) {
0 commit comments