mirror of
https://github.com/tornadocash/fixed-merkle-tree.git
synced 2024-11-22 09:47:15 +01:00
update Readme
This commit is contained in:
parent
0efd9caee8
commit
ec56e449f7
@ -26,18 +26,15 @@ console.log(path)
|
|||||||
'1918547053077726613961101558405545328640',
|
'1918547053077726613961101558405545328640',
|
||||||
'5444383861051812288142814494928935059456'
|
'5444383861051812288142814494928935059456'
|
||||||
],
|
],
|
||||||
pathIndices:
|
pathIndices: [
|
||||||
[
|
|
||||||
0, 1, 0, 0, 0,
|
0, 1, 0, 0, 0,
|
||||||
0, 0, 0, 0, 0
|
0, 0, 0, 0, 0
|
||||||
],
|
],
|
||||||
pathPositions:
|
pathPositions: [
|
||||||
[
|
|
||||||
3, 0, 1, 0, 0,
|
3, 0, 1, 0, 0,
|
||||||
0, 0, 0, 0, 0
|
0, 0, 0, 0, 0
|
||||||
],
|
],
|
||||||
pathRoot:
|
pathRoot: '3917789723822252567979048877718291611648'
|
||||||
'3917789723822252567979048877718291611648'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const treeEdge = tree.getTreeEdge(2)
|
const treeEdge = tree.getTreeEdge(2)
|
||||||
|
Loading…
Reference in New Issue
Block a user