mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-06 19:06:42 +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:
@@ -252,7 +252,7 @@ func assertEqualAccountsHistoryDBStateDB(t *testing.T, hdbAccs, sdbAccs []common
|
||||
assert.Equal(t, hdbAcc.Idx, sdbAcc.Idx)
|
||||
assert.Equal(t, hdbAcc.TokenID, sdbAcc.TokenID)
|
||||
assert.Equal(t, hdbAcc.EthAddr, sdbAcc.EthAddr)
|
||||
assert.Equal(t, hdbAcc.PublicKey, sdbAcc.PublicKey)
|
||||
assert.Equal(t, hdbAcc.BJJ, sdbAcc.BJJ)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user