Skip to content

Commit 26c80da

Browse files
committed
Fix heading levels
1 parent 7a2da27 commit 26c80da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Header name: `X-Flashbots-Attestation-Type`
8585

8686
Header value: an attestation type given as a string as described below.
8787

88-
## Attestation Types
88+
### Attestation Types
8989

9090
These are the attestation type names used in the HTTP headers, and the measurements file, and when specifying a local attestation type with the `--client-attestation-type` or `--server-attestation-type` command line options.
9191

@@ -116,7 +116,7 @@ Attestation exchange messages are formatted as follows:
116116

117117
SCALE is used by parity/substrate and was chosen because it is simple and actually matches the formatting used in TDX quotes. So it was already used as a dependency (of the `dcap-qvl` crate) here.
118118

119-
## Attestation Generation and Verification
119+
### Attestation Generation and Verification
120120

121121
Attestation input takes the form of a 64 byte array.
122122

@@ -128,7 +128,7 @@ In the case of attestation types `dcap-tx`, `gcp-tdx`, and `qemu-tdx`, a standar
128128

129129
When verifying DCAP attestations, the Intel PCS is used to retrieve collateral unless a PCCS url is provided via a command line argument. If expired TCB collateral is provided, the quote will fail to verify.
130130

131-
## HTTP reverse proxy
131+
### HTTP reverse proxy
132132

133133
Following a successful attestation exchange, the client can make HTTP requests using HTTP2, and the server will forward them to the target service.
134134

0 commit comments

Comments
 (0)