Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Wallet] Fix fee return for fee=0 #345

Merged
merged 1 commit into from
Oct 15, 2023

fees were not returned if the fees were zero

bae5f83
Select commit
Loading
Failed to load commit list.
Merged

[Wallet] Fix fee return for fee=0 #345

fees were not returned if the fees were zero
bae5f83
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 15, 2023 in 1s

70.20% (+0.04%) compared to a7cc210

View this Pull Request on Codecov

70.20% (+0.04%) compared to a7cc210

Details

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (a7cc210) 70.15% compared to head (bae5f83) 70.20%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #345      +/-   ##
==========================================
+ Coverage   70.15%   70.20%   +0.04%     
==========================================
  Files          51       51              
  Lines        4085     4085              
==========================================
+ Hits         2866     2868       +2     
+ Misses       1219     1217       -2     
Files Coverage Δ
cashu/mint/ledger.py 79.07% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.