added SPV and network extension message pages.

This commit is contained in:
Christopher-Zeng
2020-10-27 16:27:35 -04:00
parent 6ef1880cfa
commit 9eaeadcd7f
7 changed files with 69 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Response: XBLOCKTX
This message delivers the transactions specified in the previous [`GET_XBLOCKTX`](get_xblocktx) message to the remote peer. This message starts with the hash of the block being reconstructed, followed by a list of transactions requested.
## Format
| Field | Length | Format | Description |
|--|--|--|--|
| Block hash | 32 Bytes | Bytes | The hash of the block being reconstructed. |
| Transactions | variable | vector | The transactions still needed for block reconstruction. |