We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0789ea2 commit 3094d67Copy full SHA for 3094d67
1 file changed
src/main.rs
@@ -767,6 +767,7 @@ fn run_single(passphrase: &str, transform_type: TransformType, network: &str) ->
767
println!("P2PKH (compressed): {}", derived.p2pkh_compressed);
768
println!("P2PKH (uncompressed): {}", derived.p2pkh_uncompressed);
769
println!("P2WPKH: {}", derived.p2wpkh);
770
+ println!("P2TR: {}", derived.p2tr);
771
}
772
773
Ok(())
0 commit comments