Skip to content

Commit

Permalink
Log invalid Txs
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Dec 3, 2024
1 parent 7cf67ff commit b3ed687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/hydra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export class Hydra {
break;
case "TxInvalid":
{
// console.error("TxInvalid", data);
console.error("TxInvalid", data);
const txid = data.transaction.txId;
if (this.tx_timings[txid]?.sent) {
const invTime = now - this.tx_timings[txid].sent;
Expand Down

0 comments on commit b3ed687

Please sign in to comment.