Commit b669f328 authored by Joshua Gutow's avatar Joshua Gutow Committed by GitHub

Merge pull request #8475 from Pan-chao/develop

specs: typo fix
parents 76297065 fccc3073
......@@ -63,7 +63,7 @@ The program uses the pre-image oracle to query any input data that is understood
- External data not already part of the program code. See [Pre-image hinting routes](#pre-image-hinting-routes).
The communication happens over a simple request-response wire protocol,
see [Pre-image communcation](#pre-image-communication).
see [Pre-image communication](#pre-image-communication).
### Pre-image key types
......@@ -184,7 +184,7 @@ Hinting is implemented with a request-acknowledgement wire-protocol over a block
```text
<request> := <length prefix> <hint bytes>
<repsonse> := <ack>
<response> := <ack>
<length prefix> := big-endian uint32 # length of <hint bytes>
<hint bytes> := byte sequence
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment