Skip to content

Typos fix #592

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

Open
wants to merge 2 commits into
base: main
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
2 changes: 1 addition & 1 deletion apps/indexer-admin/TODO.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Plan to refactor this projet
## Plan to refactor this project

- Part 1 for the whole project

Expand Down
6 changes: 3 additions & 3 deletions apps/indexer-proxy/doc/error-code-dictionary.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
- `1037` - Invalid service endpoint: no internal endpoint.
- `1038` - Invalid controller: parse controller sk to LocalWallet failure.
- `1039` - Invalid controller: parse controller sk as p2p key failure.
- `1040` - Invalid signature: cannot recover address from siganture.
- `1040` - Invalid signature: cannot recover address from signature.
- `1041` - Invalid signature: cannot sign message.
- `1042` - Invalid encrypt: cannot convert hex to bytes from ciphertext.
- `1043` - Invalid encrypt: encrypt key not match the ciphertext.
Expand Down Expand Up @@ -107,8 +107,8 @@
- `1302` - Websocket connection: failed to send message to remote socket
- `1303` - Websocket connection: failed to send message to client socket
- `1304` - Websocket connection: failed to close remote socket
- `1305` - Websocket connection: failed to manange the before state cache
- `1306` - Websocket connection: failed to manange the after state cache
- `1305` - Websocket connection: failed to manage the before state cache
- `1306` - Websocket connection: failed to manage the after state cache
- `1307` - Websocket connection: invalid query state
- `1308` - Websocket connection: failed to connect remote socket
- `1309` - Websocket connection: remote socket disconnected
Expand Down