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 18927c4 commit 66a47d2Copy full SHA for 66a47d2
benchmarking/src/lib.rs
@@ -257,7 +257,7 @@ benchmarks! {
257
.flat_map(|reporter| vec![
258
frame_system::Event::<T>::NewAccount(reporter.clone()).into(),
259
<T as BalancesTrait>::Event::from(
260
- pallet_balances::Event::<T>::Endowed(reporter.clone(), (reward_amount / r).into())
+ pallet_balances::Event::<T>::Endowed(reporter, (reward_amount / r).into())
261
).into()
262
]);
263
0 commit comments