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,
|
||||
fiat: rawTrade.partialTx.fiat
|
||||
};
|
||||
db.summonTransaction(deviceFingerprint, tx, function(err, txInfo) {
|
||||
logger.debug('plugins|cache|err', err);
|
||||
logger.debug('plugins|cache|info', txInfo);
|
||||
db.summonTransaction(deviceFingerprint, tx, function() {
|
||||
logger.debug('partial tx: %j', tx);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue