Skip to content

Commit

Permalink
Wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Mar 8, 2024
1 parent 9daf971 commit 886fc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/driver/src/tests/cases/protocol_fees.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ async fn price_improvement_fee_sell_out_of_market_order() {
network_fee: Some(network_fee),
executed: order_sell_amount - network_fee,
executed_sell_amount: order_sell_amount,
// todo: the value is changed after merge
// todo: how to prove the value?
executed_buy_amount: "34.285714285714285714".ether().into_wei(),
};

Expand Down

0 comments on commit 886fc2f

Please sign in to comment.