Skip to content

Commit 4008859

Browse files
authored
fix: typos in documentation files (#632)
* Update topic-exact-match.io * Update fee_market.yaml
1 parent c710097 commit 4008859

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/eth/fee_market.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
schema:
5656
$ref: '#/components/schemas/BlockNumberOrTag'
5757
- name: rewardPercentiles
58-
description: A monotonically increasing list of percentile values. For each block in the requested range, the transactions will be sorted in ascending order by effective tip per gas and the coresponding effective tip for the percentile will be determined, accounting for gas consumed.
58+
description: A monotonically increasing list of percentile values. For each block in the requested range, the transactions will be sorted in ascending order by effective tip per gas and the corresponding effective tip for the percentile will be determined, accounting for gas consumed.
5959
required: true
6060
schema:
6161
title: rewardPercentiles
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// queries for logs with two topics, with both topics set explictly
1+
// queries for logs with two topics, with both topics set explicitly
22
>> {"jsonrpc":"2.0","id":1,"method":"eth_getLogs","params":[{"address":null,"fromBlock":"0x3","toBlock":"0x6","topics":[["0x00000000000000000000000000000000000000000000000000000000656d6974"],["0x4238ace0bf7e66fd40fea01bdf43f4f30423f48432efd0da3af5fcb17a977fd4"]]}]}
33
<< {"jsonrpc":"2.0","id":1,"result":[{"address":"0x7dcd17433742f4c0ca53122ab541d0ba67fc27df","topics":["0x00000000000000000000000000000000000000000000000000000000656d6974","0x4238ace0bf7e66fd40fea01bdf43f4f30423f48432efd0da3af5fcb17a977fd4"],"data":"0x0000000000000000000000000000000000000000000000000000000000000001","blockNumber":"0x4","transactionHash":"0xf047c5133c96c405a79d01038b4ccf8208c03e296dd9f6bea083727c9513f805","transactionIndex":"0x0","blockHash":"0x94540b21748e45497c41518ed68b2a0c16d728e917b665ae50d51f6895242e53","logIndex":"0x0","removed":false}]}

0 commit comments

Comments
 (0)