mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
Update Account.PublicKey to Account.BJJ
Update account.PublicKey to account.BJJ for naming consistency with the rest of the code
This commit is contained in:
@@ -73,7 +73,7 @@ func genTestExits(
|
||||
allExits = append(allExits, testExit{
|
||||
BatchNum: exit.BatchNum,
|
||||
AccountIdx: idxToHez(exit.AccountIdx, token.Symbol),
|
||||
BJJ: apitypes.NewHezBJJ(acc.PublicKey),
|
||||
BJJ: apitypes.NewHezBJJ(acc.BJJ),
|
||||
EthAddr: apitypes.NewHezEthAddr(acc.EthAddr),
|
||||
MerkleProof: testCVP{
|
||||
Root: exit.MerkleProof.Root.String(),
|
||||
|
||||
Reference in New Issue
Block a user