diff --git a/cumulus/test/service/benches/transaction_throughput.rs b/cumulus/test/service/benches/transaction_throughput.rs index 0ad9b3a3f1..17722e6bd6 100644 --- a/cumulus/test/service/benches/transaction_throughput.rs +++ b/cumulus/test/service/benches/transaction_throughput.rs @@ -71,7 +71,7 @@ fn create_account_extrinsics(client: &Client, accounts: &[sr25519::Pair]) -> Vec call: Box::new( BalancesCall::set_balance { who: AccountId::from(a.public()).into(), - new_free: 1_000_000 * ExistentialDeposit::get(), + new_free: 1_000_000_000_000 * ExistentialDeposit::get(), new_reserved: 0, } .into(),