Improve text "single unit of gas"
This commit is contained in:
parent
8f3260e1ac
commit
8782f162d3
@ -19,7 +19,7 @@ function checkDenom(denom: string): void {
|
||||
}
|
||||
|
||||
/**
|
||||
* A gas price, i.e. the price of a single gas. This is typically a fraction of
|
||||
* A gas price, i.e. the price of a single unit of gas. This is typically a fraction of
|
||||
* the smallest fee token unit, such as 0.012utoken.
|
||||
*/
|
||||
export class GasPrice {
|
||||
|
||||
@ -20,7 +20,7 @@ function checkDenom(denom: string): void {
|
||||
}
|
||||
|
||||
/**
|
||||
* A gas price, i.e. the price of a single gas. This is typically a fraction of
|
||||
* A gas price, i.e. the price of a single unit of gas. This is typically a fraction of
|
||||
* the smallest fee token unit, such as 0.012utoken.
|
||||
*
|
||||
* This is the same as GasPrice from @cosmjs/launchpad but those might diverge in the future.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user