clippy fixes

This commit is contained in:
Luke Parker
2023-10-19 06:30:58 -04:00
parent 43841f95fc
commit a1b2bdf0a2
7 changed files with 38 additions and 17 deletions

View File

@@ -60,7 +60,7 @@ impl<'a> SeraiCoins<'a> {
Payload::new(
PALLET,
"transfer",
scale_composite(serai_runtime::coins::Call::<Runtime>::transfer { to, balance }),
scale_composite(serai_runtime::coins::Call::<Runtime>::transfer { to: to.into(), balance }),
)
}