We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689ea3f commit 7166052Copy full SHA for 7166052
programs/drift/src/controller/orders/tests.rs
@@ -268,7 +268,7 @@ pub mod fill_order_protected_maker {
268
.unwrap();
269
270
assert_eq!(base_asset_amount, 1000000000);
271
- assert_eq!(quote_asset_amount, 100_000_000); // $100 + 10 bps
+ assert_eq!(quote_asset_amount, 100100000); // $100 + 10 bps
272
273
// user exempt, no 10 bps applied for pmm
274
let mut taker_stats = UserStats {
0 commit comments