Skip to content

Commit

Permalink
chore: fix some comments (#861)
Browse files Browse the repository at this point in the history
Signed-off-by: cuithon <[email protected]>
  • Loading branch information
cuithon authored Apr 24, 2024
1 parent 2f0f1e2 commit 34a7b6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/static/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8370,7 +8370,7 @@ paths:
format: byte
- name: chain_id
description: >-
chain_id is the the eip155 chain id parsed from the requested block
chain_id is the eip155 chain id parsed from the requested block
header.
in: query
required: false
Expand Down
4 changes: 2 additions & 2 deletions ibctesting/eibc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func (suite *EIBCTestSuite) TestEIBCDemandOrderCreation() {
}
}

// TestEIBCDemandOrderCreation tests the creation of a demand order and its fulfillment logic.
// TestEIBCDemandOrderFulfillment tests the creation of a demand order and its fulfillment logic.
// It starts by transferring the fulfiller the relevant IBC tokens which it will use to possibly fulfill the demand order.
func (suite *EIBCTestSuite) TestEIBCDemandOrderFulfillment() {
// Create rollapp only once
Expand Down Expand Up @@ -353,7 +353,7 @@ func (suite *EIBCTestSuite) rollappHasPacketCommitment(packet channeltypes.Packe
return true
}

// TestHubToRollappEarlyFulfillment : when a packet hub->rollapp times out, or gets an error ack, than eIBC can be used to recover quickly.
// TestTimeoutEIBCDemandOrderFulfillment: when a packet hub->rollapp times out, or gets an error ack, than eIBC can be used to recover quickly.
func (suite *EIBCTestSuite) TestTimeoutEIBCDemandOrderFulfillment() {
path := suite.NewTransferPath(suite.hubChain, suite.rollappChain)
suite.coordinator.Setup(path)
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Pre-requisite:
Install [VSCode Go extension](https://marketplace.visualstudio.com/items?itemName=golang.go)
Install [Devel](https://github.com/go-delve/delve)

To debug, you can use the the following command to run the debug container:
To debug, you can use the following command to run the debug container:

```sh
make docker-run-debug
Expand Down

0 comments on commit 34a7b6f

Please sign in to comment.