We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9032f95 commit 16bbbdbCopy full SHA for 16bbbdb
pallets/registry/src/benchmarking.rs
@@ -40,7 +40,7 @@ mod benchmarks {
40
fn set_identity() {
41
// The target user
42
let caller: T::AccountId = whitelisted_caller();
43
- let _ = T::Currency::make_free_balance_be(&caller, BalanceOf::<T>::max_value());
+ let _ = T::Currency::set_balance(&caller, BalanceOf::<T>::max_value());
44
45
#[extrinsic_call]
46
_(
@@ -56,7 +56,7 @@ mod benchmarks {
56
fn clear_identity() {
57
58
59
60
61
let vali_account = account::<T::AccountId>("account", 0, 0u32);
62
0 commit comments