Skip to content

Commit

Permalink
Add TODO for fuzzing pool params
Browse files Browse the repository at this point in the history
  • Loading branch information
swimricky committed Oct 29, 2021
1 parent eb6cb27 commit 5e2b5dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuzz/src/instructions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ async fn run_fuzz_instructions<const TOKEN_COUNT: usize>(
fuzz_data: &FuzzData<TOKEN_COUNT>,
) {
/** Prep/Initialize pool. TODO: Refactor this into separate method */
//TODO: Eventaually these should be fuzzed as well.
let amp_factor = DecimalU64::from(1000);
let lp_fee = DecimalU64::new(2000, 5).unwrap();
let governance_fee = DecimalU64::new(1000, 5).unwrap();
Expand Down

0 comments on commit 5e2b5dd

Please sign in to comment.