From 4cb41a0bb8a6eb3601f013f5e1923d46ad07ab81 Mon Sep 17 00:00:00 2001 From: owl352 Date: Fri, 13 Sep 2024 00:18:08 +0500 Subject: [PATCH] initial commit --- lib/services/dashd.js | 3 +++ 1 file changed, 3 insertions(+) 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) {