Skip to content

Commit 855fd03

Browse files
authored
Merge branch 'master' into feat/addresses-fix
2 parents 9671a13 + 7c6900c commit 855fd03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/services/dashd.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2296,6 +2296,9 @@ Dash.prototype.getDetailedTransaction = function(txid, callback) {
22962296
if (result.qcTx !== undefined) {
22972297
tx.qcTx = result.qcTx;
22982298
}
2299+
if (result.mnhfTx !== undefined) {
2300+
tx.mnhfTx = result.mnhfTx;
2301+
}
22992302
}
23002303

23012304
if (tx) {

0 commit comments

Comments
 (0)