-
Notifications
You must be signed in to change notification settings - Fork 80
Problem: incorrect fee display in history (#846) #969
Conversation
bors try |
tryBuild failed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks good to me. Just a small changes to code comment.
However, I want to understand more about the background, isn't the fee paid should be the same as sum of input minus sum of outputs?
Codecov Report
@@ Coverage Diff @@
## master #969 +/- ##
==========================================
+ Coverage 67.29% 67.33% +0.04%
==========================================
Files 137 137
Lines 18051 18092 +41
==========================================
+ Hits 12147 12182 +35
- Misses 5904 5910 +6
|
@calvinaco see #846 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I see!
bca72cf
to
0a733dc
Compare
bors r+ |
969: Problem: incorrect fee display in history (#846) r=tomtau a=tomtau Solution: - removed the "balance change" output custom fee calculation / deduction - added paid fee to the balance change that's directly taken from events / attributes Note: transaction details was moved to a separate issue: #968 Co-authored-by: Tomas Tauber <2410580+tomtau@users.noreply.github.com>
Build failed |
bors try |
tryBuild failed |
Solution: - removed the "balance change" output custom fee calculation / deduction - added paid fee to the balance change that's directly taken from events / attributes Note: transaction details was moved to a separate issue: crypto-com#968
2292709
to
5348011
Compare
bors r+ |
969: Problem: incorrect fee display in history (#846) r=tomtau a=tomtau Solution: - removed the "balance change" output custom fee calculation / deduction - added paid fee to the balance change that's directly taken from events / attributes Note: transaction details was moved to a separate issue: #968 Co-authored-by: Tomas Tauber <2410580+tomtau@users.noreply.github.com>
Build failed |
bors retry |
969: Problem: incorrect fee display in history (#846) r=tomtau a=tomtau Solution: - removed the "balance change" output custom fee calculation / deduction - added paid fee to the balance change that's directly taken from events / attributes Note: transaction details was moved to a separate issue: #968 Co-authored-by: Tomas Tauber <2410580+tomtau@users.noreply.github.com>
Solution:
Note: transaction details was moved to a separate issue: #968