mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-25 11:45:47 +00:00
Fix clippy bits
This commit is contained in:
@@ -394,7 +394,7 @@ impl<T: RpcConfig> ChainHeadRpcMethods<T> {
|
||||
.map(|item| ArchiveStorageQuery {
|
||||
key: to_hex(item.key),
|
||||
query_type: item.query_type,
|
||||
pagination_start_key: item.pagination_start_key.map(|k| to_hex(k)),
|
||||
pagination_start_key: item.pagination_start_key.map(to_hex),
|
||||
})
|
||||
.collect();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user