MarcoEzekiel / go-zcashaddress

A set of parsers for zcash in a variety of langages
Apache License 2.0
1 stars 0 forks source link

1 least authority audit #3

Closed MarcoEzekiel closed 4 months ago

MarcoEzekiel commented 5 months ago

This pull request addresses a set of changes recommended by the Least authority team.

  1. Removed Panics from tlv() function in UnifiedAddress.go
  2. Remove uint64 to in casting in UnifiedAddress.go
  3. Add length check for Tex addresses in ZCashAddress.go
  4. Updated README.md