Skip to content

Commit 0428beb

Browse files
committed
chore(clippy): fix
1 parent 532f751 commit 0428beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/common/src/service/rpc/transaction_pool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ impl TransactionPoolInject {
6464
.oneshot_request(RpcRequest::TransactionInject(
6565
payments
6666
.into_iter()
67-
.map(|cmd| v2::MinaBaseUserCommandStableV2::try_from(cmd))
67+
.map(v2::MinaBaseUserCommandStableV2::try_from)
6868
.collect::<Result<_, _>>()
6969
.map_err(|err| err.to_string())?,
7070
))

0 commit comments

Comments
 (0)