Use base58check to encode Zcash payment addresses, such that the first two bytes are "zc".

This commit is contained in:
Sean Bowe
2016-06-15 14:59:05 -06:00
parent 62b7cd6173
commit e104fcddf8
5 changed files with 59 additions and 9 deletions

View File

@@ -42,6 +42,8 @@ public:
EXT_PUBLIC_KEY,
EXT_SECRET_KEY,
ZCPAYMENT_ADDRRESS,
MAX_BASE58_TYPES
};