From ac2716f50d67d865869f8a10d0feccc274799b7d Mon Sep 17 00:00:00 2001 From: mrBovo Date: Tue, 2 Apr 2024 09:36:34 +0200 Subject: [PATCH] Update runtime-modules/project-token/src/benchmarking.rs Co-authored-by: Mokhtar Naamani --- runtime-modules/project-token/src/benchmarking.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime-modules/project-token/src/benchmarking.rs b/runtime-modules/project-token/src/benchmarking.rs index 7f8753149d..36cf3e7fcc 100644 --- a/runtime-modules/project-token/src/benchmarking.rs +++ b/runtime-modules/project-token/src/benchmarking.rs @@ -268,7 +268,7 @@ benchmarks! { amm_buy_tx_fees: Some(Permill::from_percent(1)), amm_sell_tx_fees: Some(Permill::from_percent(1)), bloat_bond: Some(1000u32.into()), - } + }; let origin = RawOrigin::root_account() }: (origin, parameters.clone()) {