mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-09 09:45:21 -04:00
change zero value constant
This commit is contained in:
parent
0393ee9c05
commit
e6a4208b52
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ class MerkleTree {
|
|||
this.zero_values = []
|
||||
this.totalElements = 0
|
||||
|
||||
let current_zero_value = '5702960885942360421128284892092891246826997279710054143430547229469817701242'
|
||||
let current_zero_value = '21663839004416932945382355908790599225266501822907911457504978515578255421292'
|
||||
this.zero_values.push(current_zero_value)
|
||||
for (let i = 0; i < n_levels; i++) {
|
||||
current_zero_value = this.hasher.hash(i, current_zero_value, current_zero_value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue