Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix some typos #4186

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
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
4 changes: 2 additions & 2 deletions services/accounts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ API

#### Parameters

- `type`: `string` - configuratin type. if not unique error is raised.
- `type`: `string` - configuration type. if not unique error is raised.
- `conf`: `bytes` - raw json.

### settings_getConfig
Expand All @@ -35,4 +35,4 @@ in order to remove syncing mentioned constant between status-go and users.

#### Parameters

- `conf`: params.NodeConfig
- `conf`: params.NodeConfig
6 changes: 3 additions & 3 deletions services/wallet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Wallet service provides RPC API for checking transfers history and other methods

### wallet_getTransfersByAddress

Returns avaiable transfers in a given range.
Returns available transfers in a given range.

#### Parameters

Expand Down Expand Up @@ -78,7 +78,7 @@ Returns avaiable transfers in a given range.

### GetTransfersByAddressAndChainID

Returns avaiable transfers in a given range.
Returns available transfers in a given range.

#### Parameters

Expand Down Expand Up @@ -293,7 +293,7 @@ First level keys accounts, second level keys are tokens.

### `wallet_storePendingTransaction`

Stores pending transation in the database.
Stores pending transition in the database.

#### Parameters

Expand Down