Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
owl352 committed Sep 12, 2024
1 parent 7203aa1 commit 4cb41a0
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 4cb41a0

Please sign in to comment.