howardwu / wagyu

A Rust library for generating cryptocurrency wallets
https://wagyu.dev
Apache License 2.0
608 stars 108 forks source link

Allow outputting different formats for bitcoin import-hd command #279

Open staktrace opened 2 years ago

staktrace commented 2 years ago

This allows doing things like bitcoin import-hd -m <...> -f bech32 which then prints the address in bech32 format; previously this was not possible.

Fixes #277.