dtr-org / unit-e

A digital currency for a new era of decentralized trust
https://unit-e.io
MIT License
45 stars 15 forks source link

Deposit transaction has fee substracted from the amount #828

Closed Ruteri closed 5 years ago

Ruteri commented 5 years ago

deposit rpc call results in a deposit with amount equal to the desired amount minus fee.

Easiest to see in esperanza_admin_full_cycle.py.

Result of calling deposit <address> 1000: vout[0]['value']: 999.99995080

I believe this behaviour is incorrect.