Currently, if any plugins are loaded, APIs reading txs fail for coinbase txs.
This is because MempoolPlugins::fetch_plugin_outputs does a consistency check for missing inputs, and coinbase txs indeed don't have existing inputs, so we have to special case them.