Skip to content

Commit d045dba

Browse files
gui1117kianenigma
andauthored
Update tx-weights-fees.md (#2120)
Co-authored-by: Kian Paimani <[email protected]>
1 parent 212b3df commit d045dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/md/en/docs/build/tx-weights-fees.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,12 @@ use frame_support:: {
237237
Pays::Yes,
238238
},
239239
weights::Weight,
240+
};
240241

241242
#[pallet::weight(FunctionOf(
242243
|args: (&Vec<User>,)| args.0.len().saturating_mul(10_000),
243244
)
244245
]
245-
246246
fn handle_users(origin, calls: Vec<User>) {
247247
// Do something per user
248248
}

0 commit comments

Comments
 (0)