You've already forked specification
style changes and fixed a few links
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
# Request: GET_XBLOCKTX
|
||||
|
||||
This message is sent to remote peer to request the transations still needed to reconstruct the block from the mempool after receipt of the previous [`XTHINBLOCK`](xthinblock) or [`THINBLOCK`](thinblock) message. This message should start with the hash of the block that is intended to be reconstructed, followed by a list of short hashes of the transactions still needed.
|
||||
This message is sent to remote peer to request the transations still needed to reconstruct the block from the mempool after receipt of the previous [`XTHINBLOCK`](xthinblock) or [`THINBLOCK`](thinblock) message.
|
||||
This message should start with the hash of the block that is intended to be reconstructed, followed by a list of short hashes of the transactions still needed.
|
||||
|
||||
## Format
|
||||
|
||||
| Field | Length | Format | Description |
|
||||
|--|--|--|--|
|
||||
| Block hash | 32 Bytes | Bytes | The hash of the block being reconstructed. |
|
||||
| Short transaction hashes | # of transactions * 8 bytes | vector | The 64-bit hashes of the transactions still needed for block reconstruction. |
|
||||
| Block hash | 32 Bytes | Bytes | The hash of the block being reconstructed.|
|
||||
| Short transaction hashes | # of transactions * 8 bytes | vector | The 64-bit hashes of the transactions still needed for block reconstruction.|
|
||||
|
||||
Reference in New Issue
Block a user