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 532f751 commit 0428bebCopy full SHA for 0428beb
node/common/src/service/rpc/transaction_pool.rs
@@ -64,7 +64,7 @@ impl TransactionPoolInject {
64
.oneshot_request(RpcRequest::TransactionInject(
65
payments
66
.into_iter()
67
- .map(|cmd| v2::MinaBaseUserCommandStableV2::try_from(cmd))
+ .map(v2::MinaBaseUserCommandStableV2::try_from)
68
.collect::<Result<_, _>>()
69
.map_err(|err| err.to_string())?,
70
))
0 commit comments