Merge pull request #630 from hermeznetwork/feature/update-poseidon

Update to last Poseidon & go-merkletree versions
This commit is contained in:
Eduard S
2021-03-10 12:18:59 +01:00
committed by GitHub
11 changed files with 118 additions and 119 deletions

View File

@@ -535,7 +535,7 @@ func TestCheckAccountsTreeTestVectors(t *testing.T) {
}
// root value generated by js version:
assert.Equal(t,
"17298264051379321456969039521810887093935433569451713402227686942080129181291",
"13174362770971232417413036794215823584762073355951212910715422236001731746065",
sdb.MT.Root().BigInt().String())
}