Skip to content

Commit

Permalink
fix: cip-9 indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Mar 19, 2024
1 parent 95d9fca commit 3cc4f00
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cips/cip-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ The packet-forward-middleware is an IBC middleware module built for Cosmos block

- Celestia MUST import and integrate Packet Forward Middleware.
- This integration SHOULD use defaults for the following configs: [`Retries On Timeout`, `Timeout Period`, `Refund Timeout`, `Fee Percentage`].
- Retries On Timeout - how many times will a forward be re-attempted in the case of a timeout.
- Timeout Period - how long can a forward be in progress before giving up.
- Refund Timeout - how long can a forward be in progress before issuing a refund back to the original source chain.
- Fee Percentage - % of the forwarded packet amount which will be subtracted and distributed to the community pool.
- Retries On Timeout - how many times will a forward be re-attempted in the case of a timeout.
- Timeout Period - how long can a forward be in progress before giving up.
- Refund Timeout - how long can a forward be in progress before issuing a refund back to the original source chain.
- Fee Percentage - % of the forwarded packet amount which will be subtracted and distributed to the community pool.
- Celestia MAY choose different values for these configs if the community would rather have auto-retries, different timeout periods, and/or collect fees from forwarded packets.

## Rationale
Expand Down Expand Up @@ -78,7 +78,7 @@ type App struct {

...

// Create store keys
// Create store keys
keys := sdk.NewKVStoreKeys(
...
packetforwardtypes.StoreKey,
Expand Down Expand Up @@ -115,7 +115,7 @@ app.TransferKeeper = ibctransferkeeper.NewKeeper(

app.PacketForwardKeeper.SetTransferKeeper(app.TransferKeeper)

// See the section below for configuring an application stack with the packet forward middleware
// See the section below for configuring an application stack with the packet forward middleware

...

Expand Down

0 comments on commit 3cc4f00

Please sign in to comment.