File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ _subsection: Get all Text records @<cookbook-ens-allText>
9
9
Here is a short recipe to get all the text records set for an ENS
10
10
name.
11
11
12
- It first queries all ``TextChanged`` events on the resovler , and
12
+ It first queries all ``TextChanged`` events on the resolver , and
13
13
uses a MulticallProvider to batch all the ``eth_call`` queries
14
14
for each key into a single ``eth_call``. As such, you will need
15
15
to install:
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ contract RecoverMessage {
165
165
bytes32 yParityAndS;
166
166
}
167
167
168
- // This is an expaned Signature representation
168
+ // This is an expanded Signature representation
169
169
struct SignatureExpanded {
170
170
uint8 v;
171
171
bytes32 r;
You can’t perform that action at this time.
0 commit comments