Some questions about lib/config.py

Hi all,


I guess the meaning of ADDRESSVERSION_MAINNET = b'\x00' is prefix of Bitcoin address, which is 1.
But what's the meaning of WIF_PREFIX, and it is used by pycoin.
Thanks a lot.

WIF is for the private key format. If the version number there is wrong, the key won't import to another wallet properly.