[#node-CoinbaseTx-required_outputs] = xref:node.adoc[node]::xref:node/CoinbaseTx.adoc[CoinbaseTx]::required_outputs :relfileprefix: ../../ :mrdocs: To be included as the last outputs in the coinbase transaction. Currently this is only the witness commitment OP_RETURN, but future softforks or a custom mining patch could add more. == Synopsis Declared in `<node/mining_types.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<CTxOut> required_outputs; ---- == Description The dummy output that spends the full reward is excluded. [.small]#Created with https://www.mrdocs.com[MrDocs]#