From 66d174d3664fa792cf519c334c2770cec11c4a64 Mon Sep 17 00:00:00 2001 From: plebhash Date: Thu, 11 Sep 2025 19:34:35 -0300 Subject: [PATCH] fix DeclareMiningJob linebreak --- 06-Job-Declaration-Protocol.md | 1 + 1 file changed, 1 insertion(+) diff --git a/06-Job-Declaration-Protocol.md b/06-Job-Declaration-Protocol.md index faf480a..354ec72 100644 --- a/06-Job-Declaration-Protocol.md +++ b/06-Job-Declaration-Protocol.md @@ -204,6 +204,7 @@ A request sent by JDC that proposes a selected set of transactions to JDS. | coinbase_tx_suffix | B0_64K | Serialized bytes representing the final part of the coinbase transaction (after extranonce) | | 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). | | excess_data | B0_64K | Extra data which the Pool may require to validate the work (as defined in the Template Distribution Protocol) | + \*Differently from `NewExtendedMiningJob`, if the original coinbase is a SegWit transaction, `coinbase_tx_prefix` and `coinbase_tx_suffix` MUST NOT be stripped of BIP141 fields (marker, flag, witness count, witness length and witness reserved value).