Skip to content

Commit

Permalink
Merge pull request #106 from owl352/feat/mnhfTx-data
Browse files Browse the repository at this point in the history
`mnhfTx` Implementation
  • Loading branch information
QuantumExplorer authored Sep 19, 2024
2 parents 7203aa1 + 4cb41a0 commit 7c6900c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/services/dashd.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7c6900c

Please sign in to comment.