mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 11:26:44 +01:00
AccountCreationAuth compatible with js implementation
This commit is contained in:
@@ -90,6 +90,7 @@ func GenAuths(nAuths int, chainID uint16, hermezContractAddr ethCommon.Address)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
signature[64] += 27
|
||||
auth.Signature = signature
|
||||
auths = append(auths, auth)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user