Skip to content

Commit c16967c

Browse files
authored
cmd/clef: Fix broken link in README and other minor fixes (#21303)
1 parent 6a48ae3 commit c16967c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cmd/clef/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ Some snags and todos
115115

116116
Clef listens to HTTP requests on `rpcaddr`:`rpcport` (or to IPC on `ipcpath`), with the same JSON-RPC standard as Geth. The messages are expected to be [JSON-RPC 2.0 standard](https://www.jsonrpc.org/specification).
117117

118-
Some of these call can require user interaction. Clients must be aware that responses may be delayed significantly or may never be received if a users decides to ignore the confirmation request.
118+
Some of these calls can require user interaction. Clients must be aware that responses may be delayed significantly or may never be received if a user decides to ignore the confirmation request.
119119

120-
The External API is **untrusted**: it does not accept credentials over this API, nor does it expect that requests have any authority.
120+
The External API is **untrusted**: it does not accept credentials, nor does it expect that requests have any authority.
121121

122122
### Internal UI API
123123

@@ -172,9 +172,9 @@ None
172172
Response
173173
```json
174174
{
175-
"id": 0,
176-
"jsonrpc": "2.0",
177-
"result": "0xbea9183f8f4f03d427f6bcea17388bdff1cab133"
175+
"id": 0,
176+
"jsonrpc": "2.0",
177+
"result": "0xbea9183f8f4f03d427f6bcea17388bdff1cab133"
178178
}
179179
```
180180

@@ -370,7 +370,7 @@ Response
370370
### account_signTypedData
371371

372372
#### Sign data
373-
Signs a chunk of structured data conformant to [EIP712]([EIP-712](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-712.md)) and returns the calculated signature.
373+
Signs a chunk of structured data conformant to [EIP-712](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-712.md) and returns the calculated signature.
374374

375375
#### Arguments
376376
- account [address]: account to sign with

0 commit comments

Comments
 (0)