mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
clippy fixes
This commit is contained in:
@@ -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 }),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user