You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 06-Job-Declaration-Protocol.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -140,8 +140,8 @@ A request sent by JDC that proposes a selected set of transactions to JDS.
140
140
| mining_job_token | B0_255 | Previously reserved mining job token received by AllocateMiningJobToken.Success |
141
141
| version | U32 | Version header field. To be later modified by BIP320-consistent changes. |
142
142
| prev_hash | U256 | Optional. Contains the chain tip that the template is based on. JDS SHOULD accept templates based on different tips, as long as they are on the best block height and don't contain double spends. |
143
-
| coinbase_tx_prefix | B0_64K |The coinbase transaction nVersion field |
144
-
| coinbase_tx_suffix | B0_64K |Up to 8 bytes (not including the length byte) which are to be placed at the beginning of the coinbase field in the coinbase transaction |
143
+
| coinbase_tx_prefix | B0_64K |Serialized bytes representing the initial part of the coinbase transaction (not including extranonce)|
144
+
| coinbase_tx_suffix | B0_64K |Serialized bytes representing the final part of the coinbase transaction (after extranonce)|
145
145
| tx_ids_list | SEQ0_64K[U256]| List of hashes of the transaction set contained in the template. JDS checks the list against its mempool and requests missing txs via `ProvideMissingTransactions`. Does not include the coinbase transaction (as there is no corresponding full data for it yet). |
146
146
| excess_data | B0_64K | Extra data which the Pool may require to validate the work (as defined in the Template Distribution Protocol) |
0 commit comments