Skip to content

Commit 08d217f

Browse files
committed
Merge branch 'testing/rlp-encoding-addresses' of https://github.com/Amxx/openzeppelin-contracts into testing/rlp-encoding-addresses
2 parents 6a86e31 + 60b70b7 commit 08d217f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/RLP.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe('RLP', function () {
3737
it('encode/decode addresses', async function () {
3838
for (const addr of [
3939
ethers.ZeroAddress, // zero address
40-
'0x0000F90827F1C53a10cb7A02335B175320002935', // address with heading zeros
40+
'0x0000F90827F1C53a10cb7A02335B175320002935', // address with leading zeros
4141
generators.address(), // random address
4242
]) {
4343
const expected = ethers.encodeRlp(addr);

0 commit comments

Comments
 (0)