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.
2 parents 6a86e31 + 60b70b7 commit 08d217fCopy full SHA for 08d217f
test/utils/RLP.test.js
@@ -37,7 +37,7 @@ describe('RLP', function () {
37
it('encode/decode addresses', async function () {
38
for (const addr of [
39
ethers.ZeroAddress, // zero address
40
- '0x0000F90827F1C53a10cb7A02335B175320002935', // address with heading zeros
+ '0x0000F90827F1C53a10cb7A02335B175320002935', // address with leading zeros
41
generators.address(), // random address
42
]) {
43
const expected = ethers.encodeRlp(addr);
0 commit comments