Skip to content

Commit

Permalink
docs: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaru Wang committed Jun 22, 2023
1 parent 2661fe9 commit 49bd01a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/adrs/adr-001-globalfee.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ The split enable checking `feeCoinsNonZeroDenom` against `nonZeroCoinFeesReq`, a
}
```
An example of coins split in fee antehandler:\
**Assumption**: `globalfee=[1photon, 0uatom, 1stake]` and `local min-gas-prices=[0.5stake]`
**assumption**: `globalfee=[1photon, 0uatom, 1stake]` and `local min-gas-prices=[0.5stake]`

**Fee requirement**: `combinedFeeRequirement=[1photon, 0uatom, 1stake]`
**fee requirement**: `combinedFeeRequirement=[1photon, 0uatom, 1stake]`

**Split fee requirement**: the `combinedFeeRequirement` into `nonZeroCoinFeesReq=[0uatom]`, and `nonZeroCoinFeesReq=[1photon, 1stake]`
**split fee requirement**: the `combinedFeeRequirement` into `nonZeroCoinFeesReq=[0uatom]`, and `nonZeroCoinFeesReq=[1photon, 1stake]`

**split the paid fees**:
if `paidFee=[1uatom, 0.5photon]`,
Expand Down

0 comments on commit 49bd01a

Please sign in to comment.