mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 11:07:56 +00:00
Fix transaction benchmark (#886)
We need to give the accounts more coins!!
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user