@ -39,7 +39,7 @@ func Base58Decode(input []byte) []byte {
result := big.NewInt(0)
zeroBytes := 0
for _, b := range input {
for b := range input {
if b == 0x00 {
zeroBytes++
}