Skip to content

Commit

Permalink
fix: ⚡ benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
ignazio-bovo committed Apr 2, 2024
1 parent faed4c3 commit 9a36aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime-modules/working-group/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ benchmarks_instance! {
None
);

let raw_amount_vesting = 200000000000u32;
let raw_amount_vesting = 200000000000u64;
let amount_vesting = VestingBalanceOf::<T>::from(raw_amount_vesting);
let budget = BalanceOf::<T>::from(raw_amount_vesting * 10);
let block_no = 100u32;
Expand Down

0 comments on commit 9a36aaa

Please sign in to comment.