diff --git a/lib/services/dashd.js b/lib/services/dashd.js index 79c81975f..15e1e7f01 100644 --- a/lib/services/dashd.js +++ b/lib/services/dashd.js @@ -2296,6 +2296,9 @@ Dash.prototype.getDetailedTransaction = function(txid, callback) { if (result.qcTx !== undefined) { tx.qcTx = result.qcTx; } + if (result.mnhfTx !== undefined) { + tx.mnhfTx = result.mnhfTx; + } } if (tx) {