Skip to content

Commit

Permalink
Fix typos in apps/indexer-proxy/doc/error-code-dictionary.md
Browse files Browse the repository at this point in the history
  • Loading branch information
petryshkaCODE committed Feb 4, 2025
1 parent ce065c0 commit 8a2f3f8
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 8a2f3f8

Please sign in to comment.