- Notifications
You must be signed in to change notification settings - Fork386
fix:fee
argument not respected inmake_trade_output
#306
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecovbot commentedDec 18, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportBase:84.06% // Head:83.87% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@## master #306 +/- ##==========================================- Coverage 84.06% 83.87% -0.20%========================================== Files 10 10 Lines 1042 1042 ==========================================- Hits 876 874 -2- Misses 166 168 +2
Help us with your feedback. Take ten seconds to tell ushow you rate us. Have a feature suggestion?Share it here. ☔ View full report at Codecov. |
fee
variable is not used in themake_trade_output
functionfee
argument not respected inmake_trade_output
Thanks! |
Bug: The
make_trade_output
function accepts thefee
parameter but doesn't pass it to theself._get_eth_token_output_price
function.This PR fixes this bug.