mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 00:31:07 +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(
|
call: Box::new(
|
||||||
BalancesCall::set_balance {
|
BalancesCall::set_balance {
|
||||||
who: AccountId::from(a.public()).into(),
|
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,
|
new_reserved: 0,
|
||||||
}
|
}
|
||||||
.into(),
|
.into(),
|
||||||
|
|||||||
Reference in New Issue
Block a user