BitcoinQnA / seedtool

GNU General Public License v3.0
78 stars 21 forks source link

[BUG] Single address tool shouldn't treat private keys encoded in testnet WIF as invalid #48

Closed GregTonoski closed 1 year ago

GregTonoski commented 1 year ago

Expected result: Accept WIF and calculate: public key: 0255355ca83c973f1d97ce0e3843c85d78905af16b4dc531bc488e57212d230116 address: tb1p8wpt9v4frpf3tkn0srd97pksgsxc5hs52lafxwru9kgeephvs7rqlqt9zj

Actual result: image

Steps to reproduce: Input "cV628xvqToz45dwdPmTcJ9RgEVnWMwP8dpZBGzb9LfTk3sBHFNwc" into the field "Input a private key as WIF or Hex".

SuperPhatArrow commented 1 year ago

Should be fixed in the next release, thanks for the report.

image

GregTonoski commented 1 year ago

Thanks for a fix.