Fix transaction benchmark (#886)

We need to give the accounts more coins!!
This commit is contained in:
Bastian Köcher
2022-01-04 23:59:58 +01:00
committed by GitHub
parent 32fcd46454
commit 75db7f7f7e
@@ -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(),