Aniseto / NosoWalletCPP

Noso Wallet implementation in C++
https://www.nosocoin.com
MIT License
2 stars 1 forks source link

Amount Fee incorrectly calculated #30

Closed Aniseto closed 11 months ago

Aniseto commented 11 months ago

Add standard formula to calculate the Fee on every transaction, and save it on OrderInfo, creating Setter and Getter.

Aniseto commented 11 months ago

Completed in the new function "GetFee", calculates Fee and returns a minimal value of 0.01 noso or superior.