fix(cli): show P2TR address in single subcommand output#85
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📜 Recent review details🧰 Additional context used📓 Path-based instructions (3)**/*.rs📄 CodeRabbit inference engine (AGENTS.md)
Files:
src/main.rs📄 CodeRabbit inference engine (AGENTS.md)
Files:
src/**/*.rs📄 CodeRabbit inference engine (AGENTS.md)
Files:
🧠 Learnings (4)📚 Learning: 2026-03-12T18:25:01.029ZApplied to files:
📚 Learning: 2026-03-12T18:24:52.371ZApplied to files:
📚 Learning: 2026-03-05T12:48:44.245ZApplied to files:
📚 Learning: 2026-03-13T13:20:58.369ZApplied to files:
🔇 Additional comments (1)
📝 WalkthroughWalkthroughOne console output statement was added to Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
P2TR support landed in #79 but the
singlesubcommand still only prints P2PKH compressed, P2PKH uncompressed, and P2WPKH. Taproot address was missing from the output.