Skip to content

Commit 3094d67

Browse files
authored
fix(cli): show P2TR address in single subcommand output (#85)
1 parent 0789ea2 commit 3094d67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,7 @@ fn run_single(passphrase: &str, transform_type: TransformType, network: &str) ->
767767
println!("P2PKH (compressed): {}", derived.p2pkh_compressed);
768768
println!("P2PKH (uncompressed): {}", derived.p2pkh_uncompressed);
769769
println!("P2WPKH: {}", derived.p2wpkh);
770+
println!("P2TR: {}", derived.p2tr);
770771
}
771772

772773
Ok(())

0 commit comments

Comments
 (0)