Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JKincorperated committed Jun 17, 2024
1 parent 976f710 commit f5c67f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/enr/test/unit/enr.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ describe("ENR EIP-7636 Support", () => {
expect(data!.opt == "7fcb567")
expect(data!.version == "1.9.53")
});
// Write tests
// it("should properly round trip encode then decode. Incl. OPT", async () => {
// const peerId = await createSecp256k1PeerId();
// const enr = SignableENR.createFromPeerId(peerId);
Expand Down

0 comments on commit f5c67f3

Please sign in to comment.