2021-06-01 17:30:23 -04:00
|
|
|
# Response: Xthin Block Transactions ("xblocktx")
|
2020-10-27 16:27:35 -04:00
|
|
|
|
2021-06-01 17:30:23 -04:00
|
|
|
This message delivers the transactions specified in the previous [`get_xblocktx`](get_xblocktx) message to the remote peer.
|
2020-11-04 10:28:50 -05:00
|
|
|
This message starts with the hash of the block being reconstructed, followed by a list of transactions requested.
|
2020-10-27 16:27:35 -04:00
|
|
|
|
2021-02-24 17:53:28 +01:00
|
|
|
## Format
|
2020-10-27 16:27:35 -04:00
|
|
|
|
|
|
|
|
| Field | Length | Format | Description |
|
|
|
|
|
|--|--|--|--|
|
2020-11-04 10:28:50 -05:00
|
|
|
| Block hash | 32 Bytes | Bytes | The hash of the block being reconstructed.|
|
|
|
|
|
| Transactions | variable | vector | The transactions still needed for block reconstruction.|
|