Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/stores/src/account/cosmos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1681,7 +1681,7 @@ export class CosmosAccountImpl {
/**
* Send `MsgDelegate` msg to the chain.
* @param amount Decimal number used by humans.
* If amount is 0.1 and the stake currenct is uatom, actual amount will be changed to the 100000uatom.
* If amount is 0.1 and the stake current is uatom, actual amount will be changed to the 100000uatom.
* @param validatorAddress
* @param memo
* @param onFulfill
Expand Down
2 changes: 1 addition & 1 deletion packages/stores/src/common/query/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ export abstract class ObservableQuery<T = unknown, E = unknown>
this.cancel("__fetching__proceed__next__");
}

// If there is no existing response, try to load saved reponse.
// If there is no existing response, try to load saved response.
if (!this._response) {
this._isFetching = true;

Expand Down