mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
fix(benches): fix hlapi dex benchmark transfer function
This commit is contained in:
@@ -208,8 +208,7 @@ where
|
||||
{
|
||||
let mut new_balance = old_balance.clone();
|
||||
if total_dex_other_token_in != 0 {
|
||||
let (_, new_balance_tmp) =
|
||||
transfer_whitepaper(current_dex_balance, old_balance, amount_out);
|
||||
let (_, new_balance_tmp) = transfer_no_cmux(current_dex_balance, old_balance, amount_out);
|
||||
new_balance = new_balance_tmp;
|
||||
}
|
||||
new_balance
|
||||
|
||||
Reference in New Issue
Block a user