gottstech / gotts

A blockchain for non-collateralized stable-coins, follow MimbleWimble protocol but with explicit amount.
https://gotts.tech
Apache License 2.0
48 stars 4 forks source link

refact: remove the risky i64 overage #39

Closed garyyu closed 4 years ago

garyyu commented 4 years ago

This PR is avoiding the usage of i64 for transaction overage (i.e. total fee), which is risky on fee overflow.