OpenBazaar / multiwallet

API based multi-cryptocurrency wallet
MIT License
73 stars 41 forks source link

Update IsDust methods to return false if value is larger than max #123

Closed cpacia closed 4 years ago

cpacia commented 4 years ago

Return false from IsDust methods if value is larger than max int64. Otherwise it would wrap around.

Fixes https://github.com/OpenBazaar/openbazaar-go/issues/1981

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 628


Totals Coverage Status
Change from base Build 622: 0.2%
Covered Lines: 2936
Relevant Lines: 5341

💛 - Coveralls