btcsuite / btcutil

Provides bitcoin-specific convenience functions and types
475 stars 408 forks source link

Improve test coverage of WIF decoder/encoder #166

Closed onyb closed 4 years ago

onyb commented 4 years ago

Use subtests to split cases, and add new ones, notably for decoding invalid WIFs.

Increases coverage of wif.go from 73% to 98%.