Skip to content

Conversation

@ujok777
Copy link

@ujok777 ujok777 commented Nov 3, 2025

Summary

This PR introduces a small utility to print debug logs with millisecond-precision timestamps.

Details

  • New file: src/utils/logTimestamp.ts
  • Function: logWithTimestamp(message: string)
  • Helps track timing when running async Bitcoin transaction flows

Motivation

During PSBT and Taproot signing tests, it was hard to measure async execution gaps.
Adding this helper simplifies internal debugging.

Checklist

  • Compiles & passes tests
  • No production behavior changes
  • No new dependencies
  • Matches project code style

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant