From 9a36aaa7f585e080a4870a82e534274fefabc060 Mon Sep 17 00:00:00 2001 From: Ignazio Bovo Date: Tue, 2 Apr 2024 10:07:42 +0200 Subject: [PATCH] fix: :zap: benchmarking --- runtime-modules/working-group/src/benchmarking.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime-modules/working-group/src/benchmarking.rs b/runtime-modules/working-group/src/benchmarking.rs index 74c0329d6c..f1687494ac 100644 --- a/runtime-modules/working-group/src/benchmarking.rs +++ b/runtime-modules/working-group/src/benchmarking.rs @@ -806,7 +806,7 @@ benchmarks_instance! { None ); - let raw_amount_vesting = 200000000000u32; + let raw_amount_vesting = 200000000000u64; let amount_vesting = VestingBalanceOf::::from(raw_amount_vesting); let budget = BalanceOf::::from(raw_amount_vesting * 10); let block_no = 100u32;