Skip to content

Commit

Permalink
chore:fix export function name
Browse files Browse the repository at this point in the history
  • Loading branch information
seay404 committed May 1, 2024
1 parent b0d2146 commit 1632889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/path.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func NewPath(chainA, chainB *TestChain) *Path {
}
}

// NewPath constructs an endpoint for each chain using the default values
// NewPathWithFeeEnabled constructs an endpoint for each chain using the default values
// for the endpoints. Each endpoint is updated to have a pointer to the
// counterparty endpoint. It also enables fee on the path
func NewPathWithFeeEnabled(chainA, chainB *TestChain) *Path {
Expand Down Expand Up @@ -195,7 +195,7 @@ func (path *Path) CreateConnections() {
}
}

// CreateChannel constructs and executes channel handshake messages in order to create
// CreateChannels constructs and executes channel handshake messages in order to create
// OPEN channels on chainA and chainB. The function expects the channels to be successfully
// opened otherwise testing will fail.
func (path *Path) CreateChannels() {
Expand Down

0 comments on commit 1632889

Please sign in to comment.