We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca16ae2 commit 3fc902eCopy full SHA for 3fc902e
1 file changed
test/leafTest.js
@@ -17,7 +17,8 @@ describe("Leaf", () => {
17
// and the operator's id in the final 32 bits. Each hex character
18
// represents 4 bits, so a 40-character hex representation of an eth
19
// address is the exact 160 bits we need. A number (like a creation block
20
- // or id) gets left-padded with zeros to fill the exact bit count.
+ // or id) is little-endian and gets left-padded with zeros to fill the
21
+ // exact bit count.
22
const testData = [
23
{
24
address: "0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5",
0 commit comments