Skip to content

Commit

Permalink
minor comment nit in js cipher.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
CedarMist committed Jun 18, 2024
1 parent 74e3707 commit 21796e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/js/src/cipher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { BytesLike, isBytesLike, getBytes, hexlify } from './ethersutils.js';
/**
* Some Ethereum libraries are picky about hex encoding vs Uint8Array
*
* The ethers BytesLike type can be either, so the request came as a hex encoded
* The ethers BytesLike type can be either, if the request came as a hex encoded
* string we should return hex encoded string, if request came as Uint8Array we
* should return one.
*
Expand Down

0 comments on commit 21796e7

Please sign in to comment.