feat(partial): log all partial txs
This commit is contained in:
parent
5741a41c6b
commit
d5ce8d8f1e
1 changed files with 2 additions and 3 deletions
|
|
@ -200,9 +200,8 @@ exports.trade = function trade(rawTrade, deviceFingerprint) {
|
||||||
satoshis: rawTrade.partialTx.satoshis,
|
satoshis: rawTrade.partialTx.satoshis,
|
||||||
fiat: rawTrade.partialTx.fiat
|
fiat: rawTrade.partialTx.fiat
|
||||||
};
|
};
|
||||||
db.summonTransaction(deviceFingerprint, tx, function(err, txInfo) {
|
db.summonTransaction(deviceFingerprint, tx, function() {
|
||||||
logger.debug('plugins|cache|err', err);
|
logger.debug('partial tx: %j', tx);
|
||||||
logger.debug('plugins|cache|info', txInfo);
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue