ch4ot1c / zfaucet

Simple Zcash faucet built with Node.
http://zfaucet.org/
GNU Affero General Public License v3.0
0 stars 1 forks source link

lib/generate-address.js prefixes logic concerns #3

Open ch4ot1c opened 6 years ago

ch4ot1c commented 6 years ago

line 26, 31

.slice(1)

But we need both bytes of the prefix for our base58 encoded address to be correct..

What gives?