Skip to content

Commit

Permalink
initial commit (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
owl352 committed Sep 19, 2024
1 parent af9fd94 commit 399edbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/transactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ TxController.prototype.transformTransaction = function(transaction, options, cal
if (transaction.qcTx !== undefined) {
transformed.qcTx = transaction.qcTx;
}
if (transaction.mnhfTx !== undefined) {
transformed.mnhfTx = transaction.mnhfTx;
}

callback(null, transformed);
};
Expand Down

0 comments on commit 399edbd

Please sign in to comment.